트리그리드 » Api

getitemkey

Description

트리그리드의 특정 Row의 트리키값을 읽어 들이는 API이다.

Parameters

Parameters Type Description
nRow long 행 인덱스

Return Value

Type Description
STRING 아이템의 트리키값

Example

function btnInsert_on_mouseup(objInst) { var nSelectRow = gg.getselectrow(); if(-1 < nSelectRow) { factory.consoleprint("tree key : " + gg.getitemkey(nSelectRow)); } }

See Also

getitemdepth

Viewer Ver.

9.1.1.1

Update Date

20061108