Click or drag to resize
ISheetCell Interface
Settings for a cell on the sheet.

Namespace: Qlik.Sense.Client
Assembly: Qlik.Sense.Client (in Qlik.Sense.Client.dll) Version: 2.1.0.0+Build:7.origin/release/ms13
Syntax
public interface ISheetCell : ISheetCellPosition, 
	IAbstractStructure

The ISheetCell type exposes the following members.

Methods
  NameDescription
Public methodToGenericObject
Will return the underlying GenericObject of this sheet cell
Top
Extension Methods
  NameDescription
Public Extension MethodSetBounds(Rect)Overloaded.
Set bounds for the object on the sheet
(Defined by SheetExtensions.)
Public Extension MethodSetBounds(Int32, Int32, Int32, Int32)Overloaded.
Set bounds for the object on the sheet
(Defined by SheetExtensions.)
Public Extension MethodSetContent
Set NxInfo information on the sheet cell
(Defined by SheetExtensions.)
Public Extension MethodSetPosition
Set position for the object on the sheet
(Defined by SheetExtensions.)
Public Extension MethodSetSize
Set size for the object on the sheet
(Defined by SheetExtensions.)
Top
Properties
  NameDescription
Public propertyCol
Column position.
(Inherited from ISheetCellPosition.)
Public propertyColspan
Number of columns an object should span.
(Inherited from ISheetCellPosition.)
Public propertyName
Id of object.
Public propertyRow
Row position.
(Inherited from ISheetCellPosition.)
Public propertyRowspan
Number of rows an object should span.
(Inherited from ISheetCellPosition.)
Public propertyType
Type of object.
Top
See Also