Need a special offer?Find out if your project fits.
+
API reference
  • API Reference for older versions
  • Table of contents

    RowSizesObject

    This object is used to set table sizes for a specific row.

    Properties

    {
      height: number,
      idx: number,
      tuple: string[],
      measure: MeasureIdentifierObject
    }
    Property/Type Description
    height
    Number
    Row height in pixels.
    idx
    Number
    Row's index, starts from 0. It is necessary to use either idx or tuple, not both.
    tuple
    String[]
    Unique names that identify the row in the table based on data in it. It is necessary to use either idx or tuple, not both.
    measure
    MeasureIdentifierObject
    optional Identifies the measure. This property is required when "[Measures]" is selected for rows in the slice. The measure property must be used with tuple and should not be set when idx is used.

    See also

    TableSizesObject
    ColumnSizesObject
    setTableSizes()
    getTableSizes()