File Formats

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Enum ExcelFilterCondition

    Show / Hide Table of Contents

    Enum ExcelFilterCondition

    Possible conditions in autofilter.

    Namespace: Syncfusion.XlsIO
    Assembly: Syncfusion.XlsIO.Base.dll
    Syntax
    public enum ExcelFilterCondition

    Fields

    Name Description
    BeginsWith

    Represents the BeginsWith filter condition type.

    Contains

    Represents the Contains filter condition type.

    DoesNotBeginWith

    Represents the DoesNotBeginWith filter condition type.

    DoesNotContain

    Represents the DoesNotContain filter condition type.

    DoesNotEndWith

    Represents the DoesNotEndWith filter condition type.

    EndsWith

    Represents the EndsWith filter condition type.

    Equal

    Represents the Equal filter condition type.

    Greater

    Represents the Greater filter condition type.

    GreaterOrEqual

    Represents the GreaterOrEqual filter condition type.

    Less

    Represents the Less filter condition type.

    LessOrEqual

    Represents the LessOrEqual filter condition type.

    NotEqual

    Represents the NotEqual filter condition type.

    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved