Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / DefaultSheetDataModel Class / ParentRowIndex Property


In This Topic
    ParentRowIndex Property (DefaultSheetDataModel)
    In This Topic
    Gets the index of the row in the parent data model associated with this child data model.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ParentRowIndex As Integer
    'Usage
     
    
    Dim instance As DefaultSheetDataModel
    Dim value As Integer
     
    value = instance.ParentRowIndex
    public int ParentRowIndex {get;}
    See Also