테이블 » Api

showcelllineex

Description

테이블에서 지정한 인덱스 셀을 기준으로 라인을 보이게 할지 여부를 설정하는 API이다.

Parameters

Parameters Type Description
nCellIndex short 수정할 셀의 index
nLinePos short 수정할 셀 라인의 방향
bShow BOOL 라인을 보일지 여부(true, false)

Return Value

Type Description
void 없음

Remark

**nLinePos (셀라인 방향)

0:왼쪽
1:위쪽
2:오른쪽
3:아래쪽

Example

function btnShowcelllineex_on_mouseup() { tblTest.showcelllineex(0, 0, false); }

Viewer Ver.

9.1.1.1

Update Date

20110325