Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / SheetView Class / ParentRowIndex Property
Example


In This Topic
    ParentRowIndex Property (SheetView)
    In This Topic
    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;}

    Property Value

    Integer parent row index
    Remarks
    This property is available at run time only.
    Example
    This example returns the parent row index.
    See Also