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


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