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


In This Topic
View Property (ExpandEventArgs)
In This Topic
Gets the view that contains the row to be expanded or collapsed.
Syntax
'Declaration
 
Public ReadOnly Property View As SpreadView
 
'Usage
 
Dim instance As ExpandEventArgs
Dim value As SpreadView
 
value = instance.View
See Also