ParentRowIndex Property (SheetView)
In This Topic
Gets the index of the parent row on this sheet.
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