Spread Windows Forms 12.0 Product Documentation
ErrorFormat Property


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > FilterData Structure : ErrorFormat Property
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

Reference

FilterData Structure
FilterData Members