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