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


In This Topic
View Property (EditErrorEventArgs)
In This Topic
Gets the view that contains the cell with the editor that raised the event.
Syntax
'Declaration
 
Public ReadOnly Property View As SpreadView
 
'Usage
 
Dim instance As EditErrorEventArgs
Dim value As SpreadView
 
value = instance.View
See Also