Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / Row Class / ErrorText Property


In This Topic
    ErrorText Property (Row)
    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