IGridProvider.ColumnCount 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 total number of columns in a grid.
public:
property int ColumnCount { int get(); };
int ColumnCount();
public int ColumnCount { get; }
var int32 = iGridProvider.columnCount;
Public ReadOnly Property ColumnCount As Integer
Property Value
Int32
int
The total number of columns in a grid.