Click or drag to resize
ISheetCellPosition Interface

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 ISheetCellPosition : IAbstractStructure

The ISheetCellPosition type exposes the following members.

Properties
  NameDescription
Public propertyCol
Column position.
Public propertyColspan
Number of columns an object should span.
Public propertyRow
Row position.
Public propertyRowspan
Number of rows an object should span.
Top
See Also