IdxSpreadSheetCellData.GetIsEmpty Method
Identifies if the cell is empty.
Declaration
function GetIsEmpty: Boolean;
Returns
Type |
---|
Boolean |
Remarks
This function returns True if the GetDataType function returns cdtBlank; otherwise – False.
The GetIsEmpty function is a getter of the IsEmpty property.
See Also