Spread WinForms 15
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

Property Value

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