IGridProvider.ColumnCount Property

Definition

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.

Applies to