Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / RangeGroupInfo Class / Children Property


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