Gets the index of the parent row in a hierarchical display.
Syntax
'Declaration
Public Overridable ReadOnly Property ParentRowIndex As Integer
'Usage
Dim instance As SheetView
Dim value As Integer
value = instance.ParentRowIndex
public virtual int ParentRowIndex {get;}
See Also