Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Data Namespace / SpreadDataRowView Class / Error Property


In This Topic
Error Property (SpreadDataRowView)
In This Topic
Gets an error message indicating what is wrong with this object.
Syntax
'Declaration
 
Public ReadOnly Property Error As String
 
'Usage
 
Dim instance As SpreadDataRowView
Dim value As String
 
value = instance.Error

Property Value

An error message indicating what is wrong with this object. The default is an empty string ("").
See Also