B
Bill Gower
I have an cell which contains a field member which is filled with
String.Empty. When I retrieve the value in the cell with
Cells[0].Text.ToString() and try to compare it to String.Empty, I can't
because it contains " ". I really don't want to compare the value to
that so how can I retrieve an empty cell so that it is String.Empty.
Bill
String.Empty. When I retrieve the value in the cell with
Cells[0].Text.ToString() and try to compare it to String.Empty, I can't
because it contains " ". I really don't want to compare the value to
that so how can I retrieve an empty cell so that it is String.Empty.
Bill