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


In This Topic
View Property (EnterCellEventArgs)
In This Topic
Gets the view that contains the cell being entered.
Syntax
'Declaration
 
Public ReadOnly Property View As SpreadView
 
'Usage
 
Dim instance As EnterCellEventArgs
Dim value As SpreadView
 
value = instance.View
See Also