Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ErrorConditionalFormattingRule Class / IsError Property


In This Topic
IsError Property
In This Topic
Gets or sets a value that indicates whether this conditional formatting rule accepts error values.
Syntax
'Declaration
 
Public Property IsError As Boolean
 
'Usage
 
Dim instance As ErrorConditionalFormattingRule
Dim value As Boolean
 
instance.IsError = value
 
value = instance.IsError

Property Value

true if error values are accepted; otherwise, false.
See Also