Xamarin.Android

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ExcelFilterType

    Show / Hide Table of Contents

    Class ExcelFilterType

    Specifies the type of filter applied.

    Inheritance
    System.Object
    ExcelFilterType
    Namespace: Syncfusion.XlsIO
    Assembly: Syncfusion.XlsIO.Portable.dll
    Syntax
    public sealed class ExcelFilterType : Enum

    Fields

    ColorFilter

    Represents applying filter with color (Fill and Font color).

    Declaration
    public const ExcelFilterType ColorFilter
    Field Value
    Type Description
    ExcelFilterType

    CombinationFilter

    Represents applying filter with combination(Text and DateTime).

    Declaration
    public const ExcelFilterType CombinationFilter
    Field Value
    Type Description
    ExcelFilterType

    CustomFilter

    Represents applying filter with conditions.

    Declaration
    public const ExcelFilterType CustomFilter
    Field Value
    Type Description
    ExcelFilterType

    DynamicFilter

    Represents applying filter with specified relative date constant.

    Declaration
    public const ExcelFilterType DynamicFilter
    Field Value
    Type Description
    ExcelFilterType

    IconFilter

    Represents applying Icon Filter for the icons from Conditional Formatting.

    Declaration
    public const ExcelFilterType IconFilter
    Field Value
    Type Description
    ExcelFilterType

    value__

    Declaration
    public byte value__
    Field Value
    Type Description
    System.Byte
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved