Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Data Namespace / SpreadDataRowView Class / Error Property


In This Topic
    Error Property (SpreadDataRowView)
    In This Topic
    Gets an error message indicating what is wrong with this object.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Error As String
    'Usage
     
    
    Dim instance As SpreadDataRowView
    Dim value As String
     
    value = instance.Error
    public string Error {get;}

    Property Value

    An error message indicating what is wrong with this object. The default is an empty string ("").
    See Also