Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / FilterData Structure / ErrorFormat Property


In This Topic
    ErrorFormat Property
    In This Topic
    Gets a value indicating whether there is a formatting error.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ErrorFormat As Boolean
    'Usage
     
    
    Dim instance As FilterData
    Dim value As Boolean
     
    value = instance.ErrorFormat
    public bool ErrorFormat {get;}

    Property Value

    true if there is a formatting error; otherwise, false.
    See Also