public int getRowCount();
그리드의 Row의 갯수를 리턴한다.
- 파라미터
- 리턴값
갯수
- 상세설명
- 예제
mObjDataGrid = document.getElementById("slDataGrid").Content.EntryPoint; var intCount = mObjDataGrid.getRowCount();
public int getRowCount();
그리드의 Row의 갯수를 리턴한다.
갯수
mObjDataGrid = document.getElementById("slDataGrid").Content.EntryPoint; var intCount = mObjDataGrid.getRowCount();