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: ColumnSizesObject[], rows: RowSizesObject[] }
Property/Type | Description |
---|---|
columns ColumnSizesObject[] | optional Used to save and restore the width of columns in the report. |
rows RowSizesObject[] | optional Used to save and restore the height of rows in the report. |
ColumnSizesObject
RowSizesObject
setTableSizes()
getTableSizes()