테이블 » Api

setcelltextex

Description

테이블의 지정한 인덱스 셀의 텍스트를 설정하는 API이다.

Parameters

Parameters Type Description
nCellIndex short 지정할 셀의 index
strText STRING 입력할 텍스트

Return Value

Type Description
BOOL 정상 적용 여부(true, false)

Example

function btn_Setcelltextex_on_mouseup() { tblTest.setcelltextex(1, "Cell Text"); }

See Also

setcelltext
getcelltextex
getcelltext

Viewer Ver.

9.1.1.1

Update Date

20110325