IGridProvider.RowCount 속성

정의

그리드에 있는 행의 총수를 가져옵니다.

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

속성 값

Int32

int

그리드에 있는 행의 총수입니다.

적용 대상