IdxSpreadSheetCellData.IsEmpty Property
Identifies if a cell stores a value.
Declaration
property IsEmpty: Boolean read;
Property Value
Type |
---|
Boolean |
Remarks
This property returns False if the cell contains a value; otherwise – True.
The DataType property returns cdtBlank for an empty cell.
See Also