Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / Rows.DefaultRow Class / ErrorText Property


In This Topic
    ErrorText Property (Rows.DefaultRow)
    In This Topic
    This property is not applicable. It cannot be set for a default column.
    Syntax
    'Declaration
     
    
    Public Shadows Property ErrorText As String
    'Usage
     
    
    Dim instance As Rows.DefaultRow
    Dim value As String
     
    instance.ErrorText = value
     
    value = instance.ErrorText
    public new string ErrorText {get; set;}
    See Also