TdxSpreadSheetCell.GetIsEmpty Method
Identifies if the cell object contains a value.
Declaration
function GetIsEmpty: Boolean;
Returns
Type |
---|
Boolean |
Remarks
This function returns True if the GetDataType function returns cdtBlank; otherwise – False.
The GetIsEmpty function is accessible via the IdxSpreadSheetCellData interface and is called internally by the ExpressSpreadSheet formula engine to provide both the formula expression and conditional formatting functionality in ExpressSpreadSheet and ExpressQuantumGrid Views.
The GetIsEmpty function is a getter of the IsEmpty property.
See Also