Click or drag to resize
NxPage Class
Inheritance Hierarchy
SystemObject
  Qlik.EngineNxPage

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

The NxPage type exposes the following members.

Constructors
  NameDescription
Public methodNxPage
Initializes a new instance of the NxPage class
Top
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