This object is used to set table sizes for a specific row or column.
{ width: number, height: number, idx: number, tuple: string[], measure: MeasureIdentifierObject }
Property/Type | Description |
---|---|
width Number |
Column width in pixels. Specify this property when setting table sizes for columns. |
height Number |
Row height in pixels. Specify this property when setting table sizes for rows. |
idx Number |
Row's/column's index, starts from 0 . It is necessary to use either idx or tuple , not both. |
tuple String[] |
Consists of unique names that identify the row/column 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 defined only if "[Measures]" is selected for rows in the slice. The measure property is used with tuple and is not set when idx is used. |