Click or drag to resize
INxPage Interface

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

The INxPage type exposes the following members.

Extension Methods
  NameDescription
Public Extension MethodAsSize (Defined by SizeExtensions.)
Top
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