Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ErrorEventArgs Class / IsEditError Property


In This Topic
IsEditError Property
In This Topic
Determines whether the error is an editing error.
Syntax
'Declaration
 
Public ReadOnly Property IsEditError As Boolean
 
'Usage
 
Dim instance As ErrorEventArgs
Dim value As Boolean
 
value = instance.IsEditError
See Also