Skip to main content

TdxSpreadSheetCell.GetDataType Method

Returns the data type of the cell object’s current value.

Declaration

function GetDataType: TdxSpreadSheetCellDataType;

Returns

Type
TdxSpreadSheetCellDataType

Remarks

This function is accessible via the IdxSpreadSheetCellData interface and is called internally by the ExpressSpreadSheet formula engine to identify types of cells in ExpressSpreadSheet and ExpressQuantumGrid Views. Refer to the TdxSpreadSheetCellDataType type description for information on particular cell data types.

See Also