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


In This Topic
    Children Property (RangeGroupInfo)
    In This Topic
    Gets the child groups of this outline (range group).
    Syntax
    'Declaration
     
    Public ReadOnly Property Children As ReadOnlyCollection(Of RangeGroupInfo)
    'Usage
     
    Dim instance As RangeGroupInfo
    Dim value As ReadOnlyCollection(Of RangeGroupInfo)
     
    value = instance.Children
    public ReadOnlyCollection<RangeGroupInfo> Children {get;}

    Property Value

    The child groups of this outline (range group).
    See Also