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

TdxSpreadSheetCustomDataFormat.FormatCode Property

Specifies the name of a data format applied to a value stored by the cell object.

#Declaration

Delphi
property FormatCode: string read; write;

#Property Value

Type
string

#Remarks

To specify the required data format for a cell value, assign the respective format name string to the FormatCode property. The available format name strings with their respective hexadecimal codes are listed in the FormatCodeID property description.

See Also