In This Topic
Gets or sets the error text value in this row.
Syntax
'Declaration
Public Property ErrorText As String
'Usage
Dim instance As Row
Dim value As String
instance.ErrorText = value
value = instance.ErrorText
public string ErrorText {get; set;}
See Also