SheetExtensions Class
OBSOLETE.
Use GenericObject.Properties to modify sheet definition.
Use GenericObject.Properties to modify sheet definition.
  Namespace: Qlik.Sense.Client
Assembly: Qlik.Sense.Client.dll
  Assembly: Qlik.Sense.Client.dll
Utility class for Sheet
Inheritance
- 
      System.Object
      - SheetExtensions
 
Syntax
[Obsolete("Use GenericObject.Properties to modify sheet definition.")]
public static class SheetExtensionsMethods
| Name | Description | 
|---|---|
| CellAt(ISheet, Int32, Int32) | Gets the ISheetCell for the row / column | 
| CellFor(ISheet, IGenericObject) | Gets the ISheetCell for the object | 
| CellsAt(ISheet, Int32, Int32) | Returns a list of ISheetCell for the row / column | 
| SetBounds(ISheetCell, Rect) | Set bounds for the object on the sheet | 
| SetBounds(ISheetCell, Int32, Int32, Int32, Int32) | Set bounds for the object on the sheet | 
| SetContent(ISheetCell, IGenericObject) | Set NxInfo information on the sheet cell | 
| SetPosition(ISheetCell, Int32, Int32) | Set position for the object on the sheet | 
| SetSize(ISheetCell, Int32, Int32) | Set size for the object on the sheet |