rowDepth abstract method

int rowDepth(
  1. int rowIndex
)

Depth of the visible row at rowIndex (0 = top level).

Implementation

int rowDepth(int rowIndex);