Type Alias Rect

type Rect = {
    qHeight?: number;
    qLeft?: number;
    qTop?: number;
    qWidth?: number;
}
Index

Properties

qHeight?: number

Number of rows or elements in the page. The indexing of the rows may vary depending on whether the cells are expanded or not (parameter qAlwaysFullyExpanded in HyperCubeDef ).

qLeft?: number

Position from the left. Corresponds to the first column.

qTop?: number

Position from the top. Corresponds to the first row.

qWidth?: number

Number of columns in the page. The indexing of the columns may vary depending on whether the cells are expanded or not (parameter qAlwaysFullyExpanded in HyperCubeDef ).