ISheetCell MembersQlik Sense .NET SDK - API Reference
The ISheetCell type exposes the following members.
Methods

  NameDescription
Public methodToGenericObject
Will return the underlying GenericObject of this sheet cell
Back to Top
Extension Methods

  NameDescription
Public Extension MethodSetBounds(Rect)Overloaded.
(Defined by SheetExtensions.)
Public Extension MethodSetBounds(Int32, Int32, Int32, Int32)Overloaded.
(Defined by SheetExtensions.)
Public Extension MethodSetContent
(Defined by SheetExtensions.)
Public Extension MethodSetPosition
(Defined by SheetExtensions.)
Public Extension MethodSetSize
(Defined by SheetExtensions.)
Back to Top
Properties

  NameDescription
Public propertyCol
Column position.
(Inherited from ISheetCellPosition.)
Public propertyColspan
Number of columns an object should span.
(Inherited from ISheetCellPosition.)
Public propertyName
Public propertyRow
Row position.
(Inherited from ISheetCellPosition.)
Public propertyRowspan
Number of rows an object should span.
(Inherited from ISheetCellPosition.)
Public propertyType
Type of object.
Back to Top
See Also