Click or drag to resize
ISheetCell Interface

Namespace: Qlik.Sense.Client
Assembly: Qlik.Sense.Client (in Qlik.Sense.Client.dll) Version: 1.1.0.0 (1.1.0.0)
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
(Inherited from ISheetCellPosition.)
Public propertyColspan
(Inherited from ISheetCellPosition.)
Public propertyName
Public propertyRow
(Inherited from ISheetCellPosition.)
Public propertyRowspan
(Inherited from ISheetCellPosition.)
Public propertyType
Top
See Also