FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / RowClipInfo Class / ErrorText Property


In This Topic
ErrorText Property (RowClipInfo)
In This Topic
Gets or sets the error text for the row.
Syntax
'Declaration
 
Public Property ErrorText As String
 
'Usage
 
Dim instance As RowClipInfo
Dim value As String
 
instance.ErrorText = value
 
value = instance.ErrorText
See Also