menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ExcelFilterType - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ExcelFilterType

    Specifies the type of filter applied.

    Inheritance
    System.Object
    ExcelFilterType
    Namespace: Syncfusion.XlsIO
    Assembly: Syncfusion.XlsIO.UWP.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
    ExcelFilterType

    CombinationFilter

    Represents applying filter with combination(Text and DateTime).

    Declaration
    public const ExcelFilterType CombinationFilter
    Field Value
    Type
    ExcelFilterType

    CustomFilter

    Represents applying filter with conditions.

    Declaration
    public const ExcelFilterType CustomFilter
    Field Value
    Type
    ExcelFilterType

    DynamicFilter

    Represents applying filter with specified relative date constant.

    Declaration
    public const ExcelFilterType DynamicFilter
    Field Value
    Type
    ExcelFilterType

    IconFilter

    Represents applying Icon Filter for the icons from Conditional Formatting.

    Declaration
    public const ExcelFilterType IconFilter
    Field Value
    Type
    ExcelFilterType

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved