TdxSpreadSheetCSVFormatExportSettings.UseDisplayValues Property
In This Article
#Declaration
Delphi
property UseDisplayValues: Boolean read; write;
#Property Value
Type | Description |
---|---|
Boolean | True if the CSV exporter uses cell display values instead of actual values; otherwise, False. |
#Remarks
The UseDisplayValues property’s default value is True.
See Also