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


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