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

TdxSpreadSheetCellDataFormat Members

Stores the data format settings of a value stored by the cell object.

#Constructors
Show Inherited Hide Inherited

Name Description
Create(TdxSpreadSheetFormats) Initializes a new instance of the TdxSpreadSheetCustomDataFormat class with specified settings. Inherited from TdxSpreadSheetCustomDataFormat.
Create(TdxSpreadSheetCellStyle) Initializes a new instance of the TdxSpreadSheetCellDataFormat class with specified settings.

#Properties
Show Inherited Hide Inherited

Name Description
FormatCode Specifies the name of a data format applied to a value stored by the cell object. Inherited from TdxSpreadSheetCustomDataFormat.
FormatCodeID Specifies the format of a value stored by a cell object. Inherited from TdxSpreadSheetCustomDataFormat.
IsDateTime Identifies if the cell content is formatted as a date/time value.
IsText Identifies if the cell content is formatted as a text string.
IsTime Identifies if the cell content is formatted as a time value.
Owner Returns the cell style instance to which the current cell data format belongs.

#Methods
Show Inherited Hide Inherited

Name Description
Assign(TdxSpreadSheetCustomDataFormat) Inherited from TdxSpreadSheetCustomDataFormat.
Equals(TObject) Inherited from TObject.
Format(Variant,TdxSpreadSheetCellDataType,TdxSpreadSheetNumberFormatResult) Prepares the specified value to be displayed by a cell object.
GetHashCode Inherited from TObject.
ToString Inherited from TObject.
See Also