IGridItemProvider.Column Property

Definition

Gets the ordinal number of the column that contains the cell or item.

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

Property Value

Int32

int

A zero-based ordinal number that identifies the column that contains the cell or item.

Applies to