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.DataType Property

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

#Declaration

Delphi
property DataType: TdxSpreadSheetCellDataType read;

#Property Value

Type
TdxSpreadSheetCellDataType

#Remarks

This property returns cdtBlank if the cell object is empty. Otherwise, the DataType property returns a type of the stored cell data. Refer to the TdxSpreadSheetCellDataType type description for detailed information on all cell data types. Using one of the data type-specific properties to assign a value to the cell object automatically assigns the corresponding value to the DataType property.

This property is accessible via the IdxSpreadSheetCellData interface to provide uniform access to cell data types in ExpressSpreadSheet and ExpressQuantumGrid Views.

See Also