Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / RangeGroupInfo Class / GetParent Method


In This Topic
GetParent Method
In This Topic
Gets the parent of this outline (range group).
Syntax
'Declaration
 
Public Function GetParent() As RangeGroupInfo
 
'Usage
 
Dim instance As RangeGroupInfo
Dim value As RangeGroupInfo
 
value = instance.GetParent()
See Also