IRect Interface
  Namespace: Qlik.Engine
Assembly: Qlik.Engine.dll
  
  
  Assembly: Qlik.Engine.dll
Syntax
[ValueClass]
public interface IRectProperties
| Name | Description | 
|---|---|
| Height | 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  JSON property name: qHeight | 
| Left | Position from the left. Corresponds to the first column. JSON property name: qLeft | 
| Top | Position from the top. Corresponds to the first row. JSON property name: qTop | 
| Width | Number of columns in the page. The indexing of the columns may vary depending on whether the cells are expanded or not (parameter  JSON property name: qWidth |