Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / ErrorConditionalFormattingRule Class / IsError Property
Example


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
    public bool IsError {get; set;}

    Property Value

    true if error values are accepted; otherwise, false.
    Example
    This example sets the IsError property.
    See Also