Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SelectionChangingEventArgs Class / View Property


In This Topic
View Property (SelectionChangingEventArgs)
In This Topic
Gets the view that contains the selection.
Syntax
'Declaration
 
Public ReadOnly Property View As SpreadView
 
'Usage
 
Dim instance As SelectionChangingEventArgs
Dim value As SpreadView
 
value = instance.View
See Also