IGridItemProvider.ColumnSpan Property

Definition

Gets the number of columns that are spanned by a cell or item.

public:
 property int ColumnSpan { int get(); };
int ColumnSpan();
public int ColumnSpan { get; }
var int32 = iGridItemProvider.columnSpan;
Public ReadOnly Property ColumnSpan As Integer

Property Value

Int32

int

The number of columns.

Applies to