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


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