Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / Row Class / Parent Property


In This Topic
    Parent Property (Row)
    In This Topic
    Gets the collection of rows that contain this row.
    Syntax
    'Declaration
     
    Public ReadOnly Property Parent As Rows
    'Usage
     
    Dim instance As Row
    Dim value As Rows
     
    value = instance.Parent
    public Rows Parent {get;}

    Property Value

    The collection of rows (Rows object) that contain this row.
    See Also