Spread WinForms 15
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
See Also