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

    Show / Hide Table of Contents

    DynamicFilter Class

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

    Represents a dynamic filter criteria that can change, either with the data itself (e.g., "above average") or with the current system date (e.g., show values for "today").

    • C#
    • VB.NET
    public sealed class DynamicFilter : Filter
    Public NotInheritable Class DynamicFilter
        Inherits Filter
    Inheritance:
    System.Object
    Filter
    DynamicFilter

    Properties

    DynamicFilterType

    Gets or sets the dynamic filter type.

    • C#
    • VB.NET
    public DynamicFilterType DynamicFilterType { get; set; }
    Public Property DynamicFilterType As DynamicFilterType
    Property Value
    DynamicFilterType

    The dynamic filter type.

    FilterType

    Gets the Dynamic value.

    • C#
    • VB.NET
    public override FilterType FilterType { get; }
    Public Overrides ReadOnly Property FilterType As FilterType
    Property Value
    FilterType

    The Dynamic value.

    Overrides
    Filter.FilterType

    Methods

    ToString()

    Returns a System.String that represents this DynamicFilter instance.

    • C#
    • VB.NET
    public override string ToString()
    Public Overrides Function ToString As String
    Returns
    System.String

    A System.String that represents this DynamicFilter instance.

    Overrides
    Filter.ToString()
    Remarks

    This method should be used primarily for debugging purposes and should be considered volatile (format of its return value might change in future versions).

    Examples

    Excel AutoFiltering example
    Back to top

    Facebook • Twitter • LinkedIn

    © GemBox Ltd. — All rights reserved.