public void setRowHeight(double dblRowHeight);
그리드의 Row Height 설정한다.
- 파라미터
double dblRowHeight Row Height
- 리턴값
- 상세설명
- 예제
mObjDataGrid = document.getElementById("slDataGrid").Content.EntryPoint; mObjDataGrid.setRowHeight(25);
public void setRowHeight(double dblRowHeight);
그리드의 Row Height 설정한다.
double dblRowHeight Row Height
mObjDataGrid = document.getElementById("slDataGrid").Content.EntryPoint; mObjDataGrid.setRowHeight(25);