Need a special offer?Find out if your project fits.
+
All documentation
API reference
  • API Reference for older versions
  • TableSizesObject

    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.

    Properties

    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.

    See also

    ColumnSizesObject
    RowSizesObject
    setTableSizes()
    getTableSizes()