Click or drag to resize
IRect Interface

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 2.1.0.0+Build:7.origin/release/ms13
Syntax
public interface IRect

The IRect type exposes the following members.

Properties
  NameDescription
Public propertyHeight
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).
Public propertyLeft
Position from the left. Corresponds to the first column.
Public propertyTop
Position from the top. Corresponds to the first row.
Public propertyWidth
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).
Top
See Also