FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / RangeGroupStateChangedEventArgs Class / View Property


In This Topic
View Property (RangeGroupStateChangedEventArgs)
In This Topic
Gets the view that contains the outline (range group) whose state has changed.
Syntax
'Declaration
 
Public ReadOnly Property View As SpreadView
 
'Usage
 
Dim instance As RangeGroupStateChangedEventArgs
Dim value As SpreadView
 
value = instance.View
See Also