TExportWindowSettings defines window settings of the worksheet.
Name | Type | Description |
---|---|---|
Split | TExportWindowSplit | Window split settings (also known as fixed cell). |
Autofilter | TExportRange | Define autofilter on the table. |
Scale | Integer | Zoom factor of the worksheet (100 = no zoom). ODS supports this feature only for the whole document -> value from the first worksheet is used. |
ShowHeaders | Boolean | Show row and column headers on the screen. ODS supports this feature only for the whole document -> value from the first worksheet is used. |
ShowGridLines | Boolean | Show grid lines on the screen. ODS supports this feature only for the whole document -> value from the first worksheet is used. |
ShowGroupButtonsTopRow | Boolean |
True = the buttons for grouped rows are placed above the group. False = the buttons for grouped rows are placed below the group. (XLS/XLSX only. ODS does not support this feature but places the buttons inside the selection). |
ShowGroupButtonsLeftCol | Boolean |
True = the buttons for grouped columns are placed on the left side from the group. False = the buttons for grouped columns are placed on the right side the group. (XLS/XLSX only. ODS does not support this feature but places the buttons inside the selection). |