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

    Show / Hide Table of Contents

    ContainTextOperator Enum

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

    Represents a ContainTextCondition operator.

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

    Fields

    BeginsWith

    Cell is formatted if its value begins with Value.

    Contains

    Cell is formatted if its value contains Value.

    EndsWith

    Cell is formatted if its value ends with Value.

    NotContains

    Cell is formatted if its value does not contain Value.

    Back to top

    Facebook • Twitter • LinkedIn

    © GemBox Ltd. — All rights reserved.