IGridProvider.ColumnCount 속성

정의

표에 있는 열의 총 개수를 가져옵니다.

public:
 property int ColumnCount { int get(); };
int ColumnCount();
public int ColumnCount { get; }
var int32 = iGridProvider.columnCount;
Public ReadOnly Property ColumnCount As Integer

속성 값

Int32

int

표에 있는 열의 총 개수입니다.

적용 대상