TExportWindowSplit defines the window split / fixed cell in a worksheet. The rows above and columns left to the split cell will be fixed when scrolling the worksheet window.
Note: this property does not have any influence on printing. To achieve a similar effect on printed pages use TExportPrintRanges.
Name | Type | Description |
---|---|---|
Row | Integer | Split window at this row. Use 0 to disable window split by row. |
Col | Integer | Split window at this column. Use 0 to disable window split by column. |
procedure SetColRow(const aCol, aRow: Integer); |
---|
Sets both Row and Col property at once. |