GrapeCity.Xaml.SpreadSheet.Data
Children Property


GrapeCity.Xaml.SpreadSheet.Data Namespace > RangeGroupInfo Class : Children Property
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

Reference

RangeGroupInfo Class
RangeGroupInfo Members