트리그리드 아이템의 트리 최대 Depth를 리턴한다.
| Type | Description | 
|---|---|
| long | 아이템의 트리 최대 Depth, 행이 없거나 오류 발생시 -1 | 
function btnTest_on_mouseup(objInst)
{
	factory.consoleprint("Min Depth = " + grdTree.getminitemdepth());
	factory.consoleprint("Max Depth = " + grdTree.getmaxitemdepth());
}