Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / RangeGroupStateChangingEventArgs Class / RangeGroupInfo Property


In This Topic
RangeGroupInfo Property (RangeGroupStateChangingEventArgs)
In This Topic
Gets the infomation about the outline (range group) whose state was changed.
Syntax
'Declaration
 
Public ReadOnly Property RangeGroupInfo As RangeGroupInfo
 
'Usage
 
Dim instance As RangeGroupStateChangingEventArgs
Dim value As RangeGroupInfo
 
value = instance.RangeGroupInfo
See Also