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


In This Topic
View Property (ColumnViewportWidthChangedEventArgs)
In This Topic
Gets the view that contains the viewport column whose width has changed.
Syntax
'Declaration
 
Public ReadOnly Property View As SpreadView
 
'Usage
 
Dim instance As ColumnViewportWidthChangedEventArgs
Dim value As SpreadView
 
value = instance.View
See Also