GemBox.Spreadsheet
  • Overview
  • Examples
  • Free version
  • Support
  • Pricelist

    Show / Hide Table of Contents

    ContainValueOperator Enum

    Namespace:
    GemBox.Spreadsheet.ConditionalFormatting
    Assembly:
    GemBox.Spreadsheet.dll

    Represents a ContainValueCondition operator.

    • C#
    • VB.NET
    public enum ContainValueOperator
    Public Enum ContainValueOperator

    Fields

    Between

    Cell is formatted if its value is between Value and Value2.

    Equal

    Cell is formatted if its value is equal to Value.

    GreaterThan

    Cell is formatted if its value is greater than Value.

    GreaterThanOrEqual

    Cell is formatted if its value is greater than or equal to Value.

    LessThan

    Cell is formatted if its value is less than Value.

    LessThanOrEqual

    Cell is formatted if its value is less than or equal to Value.

    NotBetween

    Cell is formatted if its value is not between Value and Value2.

    NotEqual

    Cell is formatted if its value is not equal to Value.

    Back to top

    Facebook • Twitter • LinkedIn

    © GemBox Ltd. — All rights reserved.