SheetLayout Class
Namespace: Qlik.Sense.Client
Assembly: Qlik.Sense.Client.dll
Assembly: Qlik.Sense.Client.dll
Inheritance
-
System.Object
-
AbstractStructure
-
GenericObjectLayout
- SheetLayout
-
GenericObjectLayout
-
AbstractStructure
Syntax
public class SheetLayout : GenericObjectLayout, IDisposable, ISheetLayout, IGenericObjectLayout, IAbstractStructureConstructors
| Name | Description |
|---|---|
| SheetLayout() |
Creates an instance of the SheetLayout class |
Properties
| Name | Description |
|---|---|
| Cells |
Sheet cells. JSON property name: cells |
| Columns |
Number of grid columns the sheet consists of. Using anything else than the default setting may cause the Qlik Sense client to malfunction. JSON property name: columns |
| DescriptionExpression |
JSON property name: descriptionExpression |
| LabelExpression |
JSON property name: labelExpression |
| Meta | |
| NavPoints |
On-demand app navigation points JSON property name: navPoints |
| Rank |
Sheet rank. The sheet with the lowest rank will be displayed first, so the rank is inverted. JSON property name: rank |
| Rows |
Number of grid rows the sheet consists of. Using anything else than the default setting may cause the Qlik Sense client to malfunction. JSON property name: rows |
| Thumbnail |
JSON property name: thumbnail |