Spread Silverlight Documentation
Children Property (RangeGroupInfo)


GrapeCity.Windows.SpreadSheet.Data Namespace > RangeGroupInfo Class : Children Property
Gets the child groups of this outline (range group).
Syntax
'Declaration
 
Public ReadOnly Property Children As System.Collections.ObjectModel.ReadOnlyCollection(Of RangeGroupInfo)
'Usage
 
Dim instance As RangeGroupInfo
Dim value As System.Collections.ObjectModel.ReadOnlyCollection(Of RangeGroupInfo)
 
value = instance.Children
public System.Collections.ObjectModel.ReadOnlyCollection<RangeGroupInfo> Children {get;}

Property Value

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

Reference

RangeGroupInfo Class
RangeGroupInfo Members