트리그리드 » Api

ishaschildren

Description

해당행이 자식 노드를 가지고 있는지를 반환하는 API이다.

Parameters

Parameters Type Description
nRow long 행인덱스

Return Value

Type Description
BOOL 자식노드 존재 여부

Example

function screen_on_load() { // 모두 폴더 접기.. for(var nRow = 0;nRow < gg.getrowcount();nRow++) { if(gg.ishaschildren(nRow) == true) { gg.expandrow(nRow, XFD_TREEITEM_COLLAPSE); } } }

Viewer Ver.

9.1.1.1

Update Date

20070223