Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxSpreadSheetCell.GetDataType Method

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

#Declaration

Delphi
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