IGridItemProvider.Column Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.