Click or drag to resize
SheetExtensions Class
Inheritance Hierarchy
SystemObject
  Qlik.Sense.ClientSheetExtensions

Namespace: Qlik.Sense.Client
Assembly: Qlik.Sense.Client (in Qlik.Sense.Client.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
public static class SheetExtensions

The SheetExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCellAt
Returns the ISheetCell for the row / column
Public methodStatic memberCellFor
Returns the ISheetCell for the object
Public methodStatic memberCellsAt
Returns a list of ISheetCell for the row / column
Public methodStatic memberSetBounds(ISheetCell, Rect)
Set bounds for the object on the sheet
Public methodStatic memberSetBounds(ISheetCell, Int32, Int32, Int32, Int32)
Set bounds for the object on the sheet
Public methodStatic memberSetContent
Set NxInfo information on the sheet cell
Public methodStatic memberSetPosition
Set position for the object on the sheet
Public methodStatic memberSetSize
Set size for the object on the sheet
Top
See Also