ISheetCell Interface |
Namespace: Qlik.Sense.Client
The ISheetCell type exposes the following members.
Name | Description | |
---|---|---|
![]() | ToGenericObject |
Will return the underlying GenericObject of this sheet cell
|
Name | Description | |
---|---|---|
![]() | SetBounds(Rect) | Overloaded.
Set bounds for the object on the sheet
(Defined by SheetExtensions.) |
![]() | SetBounds(Int32, Int32, Int32, Int32) | Overloaded.
Set bounds for the object on the sheet
(Defined by SheetExtensions.) |
![]() | SetContent |
Set NxInfo information on the sheet cell
(Defined by SheetExtensions.) |
![]() | SetPosition |
Set position for the object on the sheet
(Defined by SheetExtensions.) |
![]() | SetSize |
Set size for the object on the sheet
(Defined by SheetExtensions.) |
Name | Description | |
---|---|---|
![]() | Col | Column position. (Inherited from ISheetCellPosition.) |
![]() | Colspan | Number of columns an object should span. (Inherited from ISheetCellPosition.) |
![]() | Name | Id of object. |
![]() | Row | Row position. (Inherited from ISheetCellPosition.) |
![]() | Rowspan | Number of rows an object should span. (Inherited from ISheetCellPosition.) |
![]() | Type | Type of object. |