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


In This Topic
    Parent Property (RangeGroupInfo)
    In This Topic
    Gets the parent of this outline (range group).
    Syntax
    'Declaration
     
    <DefaultValueAttribute("")>
    Public ReadOnly Property Parent As RangeGroupInfo
    'Usage
     
    Dim instance As RangeGroupInfo
    Dim value As RangeGroupInfo
     
    value = instance.Parent
    [DefaultValue("")]
    public RangeGroupInfo Parent {get;}

    Property Value

    The parent of this outline (range group). The default value is null.
    See Also