TdxSpreadSheetCSVFormatExportSettings.AlignColumns Property
Specifies if the CSV exporter appends value separators to rows to align columns in an exported document.
Declaration
property AlignColumns: Boolean read; write;
Property Value
Type | Description |
---|---|
Boolean | True if the CSV exporter appends value separators to rows to align columns in an exported document; otherwise, False. |
Remarks
The AlignColumns property’s default value is False.
See Also