Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / ParentRowIndex Property


In This Topic
    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