ISheetProperties Interface
  Namespace: Qlik.Sense.Client
Assembly: Qlik.Sense.Client.dll
  
  
  Assembly: Qlik.Sense.Client.dll
Syntax
public interface ISheetProperties : IGenericObjectProperties, IAbstractStructureProperties
| 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  | 
      
| MetaDef | 
           The metadata object used by all app objects JSON property name: qMetaDef  | 
      
| 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  |