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
public string ErrorText {get; set;}
See Also