Skip to main content
A newer version of this page is available. .

cxGridFooterCellIndent Constant

Specifies the indent when exporting the grid control with footer and group footer cells to various formats.

Declaration

const cxGridFooterCellIndent: Integer = 0;

Returns

Type
Integer

Remarks

Use this constant to specify the indent that is used to mark footer and group footer cells in the exported file so that they appear similar to the cells in the grid control. When exporting to a file in the Microsoft Excel format, footer and group cell indents are made up with additional columns and rows. When exporting to CSV or TXT files, the additional columns are replaced with separator characters.

The image below shows a sample grid control exported to the Microsoft Excel format.

The following table shows the examples of exported data using various values for the cxGridFooterCellIndent constant.

Value Sample Output
0
2

Note

The cxGridFooterCellIndent constant has no effect on the ExportGridDataToCSV and ExportGridDataToText methods, which export only the cell content, ignoring the layout and style information.

See Also