테이블 » Api

settablelayout

Description

테이블 셀의 개수나 크기를 설정하는 API이다.

Parameters

Parameters Type Description
nHorzCount short 가로 셀 개수(nHorzCount)
nVertCount short 세로 셀 개수(nVertCount)
nCellWidth short 셀너비(nCellWidth)
nCellHeight short 셀높이(nCellHeight)

Return Value

Type Description
void 없음

Example

function btnSettablelayout_on_mouseup() { tblTest.settablelayout(4 ,4, 57, 28); }

Viewer Ver.

9.1.1.1

Update Date

20110325