Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread.Model Namespace / IChildModelSupport Interface / ParentRowIndex Property
Example


In This Topic
    ParentRowIndex Property (IChildModelSupport)
    In This Topic
    Gets or sets the index of the parent row.
    Syntax
    'Declaration
     
    
    ReadOnly Property ParentRowIndex As Integer
    'Usage
     
    
    Dim instance As IChildModelSupport
    Dim value As Integer
     
    value = instance.ParentRowIndex
    int ParentRowIndex {get;}

    Property Value

    Integer index of the parent row
    Example
    See Also