TExportCols is the list where column information is stored.
Name | Type | Description |
---|---|---|
Items[Index: Integer] | TExportCol | Default list property. |
DefaultWidth | Double | Default width of the columns in a worksheet in pixels. |
procedure GroupCols(const aLeftCol, aRightCol: Integer; const aHideCols: Boolean = False); |
---|
Groups the selected columns. If aHideCols is set to true, the column group will be collapsed (the columns will be hidden). More info about grouping: http://office.microsoft.com/en-us/excel-help/outline-group-data-in-a-worksheet-HA010095247.aspx |
procedure UnGroupCols(const aLeftCol, aRightCol: Integer; const aShowCols: Boolean = False); |
Ungroups the selected columns. If aShowCols is set to true, all the columns that were hidden are shown again. |