Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / CellInfo Class / ErrorText Property


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