TExportRows is the list where rows are stored.
Name | Type | Description |
---|---|---|
Items[Index: Integer] | TExportRow | Default list property. |
DefaultHeight | Double | Default height of the rows in a worksheet in pixels. |
procedure GroupRows(const aTopRow, aBottomRow: Integer; const aHideRows: Boolean = False); |
---|
Groups the selected columns. If aHideRows is set to true, the row group will be collapsed (the rows will be hidden). More info about grouping: http://office.microsoft.com/en-us/excel-help/outline-group-data-in-a-worksheet-HA010095247.aspx |
procedure UnGroupRows(const aTopRow, aBottomRow: Integer; const aShowRows: Boolean = False); |
Ungroups the selected rows. If aShowRows is set to true, all the rows that were hidden are shown again. |