Spread for ASP.NET 12 Product Documentation
IsError Property


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > ErrorConditionalFormattingRule Class : IsError Property
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
public bool IsError {get; set;}

Property Value

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

Reference

ErrorConditionalFormattingRule Class
ErrorConditionalFormattingRule Members