트리그리드 » Api

getminitemdepth

Description

트리그리드 아이템의 트리 최소 Depth를 리턴한다.

Return Value

Type Description
long 아이템의 트리 최소 Depth, 행이 없거나 오류 발생시 -1

Example

function btnTest_on_mouseup(objInst) { factory.consoleprint("Min Depth = " + grdTree.getminitemdepth()); factory.consoleprint("Max Depth = " + grdTree.getmaxitemdepth()); }

See Also

getmaxitemdepth

Viewer Ver.

9.1.1.1

Update Date

20210615