테이블 셀의 개수나 크기를 설정하는 API이다.
| Parameters | Type | Description |
|---|---|---|
| nHorzCount | short | 가로 셀 개수(nHorzCount) |
| nVertCount | short | 세로 셀 개수(nVertCount) |
| nCellWidth | short | 셀너비(nCellWidth) |
| nCellHeight | short | 셀높이(nCellHeight) |
| Type | Description |
|---|---|
| void | 없음 |
function btnSettablelayout_on_mouseup()
{
tblTest.settablelayout(4 ,4, 57, 28);
}