☝️Small business or a startup? See if you qualify for our special offer.
+
All documentation

RowSizesObject

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

Properties

{
  height: number,
  idx: number,
  tuple: string[],
  measure: MeasureIdentifierObject
}
Property/TypeDescription
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()