TdxSpreadSheetCSVFormatExportSettings Members
Stores CSV exporter settings.Properties
Name | Description |
---|---|
AlignColumns | Specifies if the CSV exporter appends value separators to rows to align columns in an exported document. |
QuoteStringValues | Specifies if the CSV exporter encloses string cell values in quotes. |
UseDisplayValues | Specifies if the CSV exporter uses a cell’s display or actual value as a data source. |
Methods
Name | Description |
---|---|
Assign(TPersistent) | Inherited from TPersistent. |
AssignTo(TPersistent) | Inherited from TPersistent. |
Equals(TObject) | Inherited from TObject. |
GetHashCode | Inherited from TObject. |
GetNamePath | Inherited from TPersistent. |
GetOwner | Inherited from TPersistent. |
Reset | Restores the default CSV exporter settings. |
ToString | Inherited from TObject. |
See Also