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

    Show / Hide Table of Contents

    FilterColumnCollection Class

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

    Represents a collection of filter columns.

    • C#
    • VB.NET
    public sealed class FilterColumnCollection : IEnumerable<FilterColumn>, IEnumerable
    Public NotInheritable Class FilterColumnCollection
        Implements IEnumerable(Of FilterColumn), IEnumerable
    Inheritance:
    System.Object
    FilterColumnCollection
    Implements
    System.Collections.Generic.IEnumerable<FilterColumn>
    System.Collections.IEnumerable

    Properties

    Count

    Gets the total number of filter columns in the FilterColumnCollection.

    • C#
    • VB.NET
    public int Count { get; }
    Public ReadOnly Property Count As Integer
    Property Value
    System.Int32

    The total number of filter columns in the FilterColumnCollection.

    Item[Int32]

    Gets the FilterColumn at the specified index.

    • C#
    • VB.NET
    public FilterColumn this[int index] { get; }
    Public ReadOnly Property Item(index As Integer) As FilterColumn
    Parameters
    index
    System.Int32

    The zero-based index of the FilterColumn to get.

    Property Value
    FilterColumn

    The FilterColumn at the specified index.

    Exceptions
    System.ArgumentOutOfRangeException

    index is less than zero or is equal to or greater than Count.

    Methods

    GetEnumerator()

    Returns an enumerator that iterates through the sort levels.

    • C#
    • VB.NET
    public IEnumerator<FilterColumn> GetEnumerator()
    Public Function GetEnumerator As IEnumerator(Of FilterColumn)
    Returns
    System.Collections.Generic.IEnumerator<FilterColumn>

    An enumerator that can be used to iterate through the sort levels.

    Implements

    System.Collections.Generic.IEnumerable<T>
    System.Collections.IEnumerable
    Back to top

    Facebook • Twitter • LinkedIn

    © GemBox Ltd. — All rights reserved.