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

    Show / Hide Table of Contents

    Filter Class

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

    Represents a base class for filters contained in AutoFilter.

    • C#
    • VB.NET
    public abstract class Filter
    Public MustInherit Class Filter
    Inheritance:
    System.Object
    Filter
    Derived
    CustomFilter
    DynamicFilter
    Top10Filter
    ValuesFilter

    Properties

    FilterType

    Gets the filter type.

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

    The filter type.

    Methods

    ToString()

    Returns a System.String that represents this Filter instance.

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

    A System.String that represents this Filter instance.

    Overrides
    System.Object.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).

    Back to top

    Facebook • Twitter • LinkedIn

    © GemBox Ltd. — All rights reserved.