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


In This Topic
View Property (RowHeightChangedEventArgs)
In This Topic
Gets the view that contains the rows whose heights have changed.
Syntax
'Declaration
 
Public ReadOnly Property View As SpreadView
 
'Usage
 
Dim instance As RowHeightChangedEventArgs
Dim value As SpreadView
 
value = instance.View
See Also