The TableSizesObject contains information about table sizes. It is used to set table sizes in the ReportObject or via the setTableSizes() method.
To get current table sizes, use the getTableSizes() method.
tableSizes: { columns: RecordSizesObject[], rows: RecordSizesObject[] }
Property/Type | Description |
---|---|
columns RecordSizesObject[] |
optional Used to save and restore the width of columns in the report. |
rows RecordSizesObject[] |
optional Used to save and restore the height of rows in the report. |