트리그리드 » Api

getitemtext

Description

트리 그리드의 아이템 텍스트를 가져오는 API이다.

Parameters

Parameters Type Description
nRow long 로우 인덱스
nCol long 컬럼 인덱스

Return Value

Type Description
STRING 아이템 텍스트

Example

function btn_on_mouseup() { // 셀 (0,0)의 데이터를 가져오기 screen.alert(tgrdTest.getitemtext(0,0)); }

See Also

setitemtext

Viewer Ver.

9.1.1.1

Update Date

20110419