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

    Show / Hide Table of Contents

    PivotFilterCollection Class

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

    Represents a collection of PivotFilters.

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

    Properties

    Count

    Gets the total number of PivotFilters in the PivotFilterCollection.

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

    The total number of PivotFilters in the PivotFilterCollection.

    Item[PivotField]

    Gets the PivotFilter for the specified pivot field.

    • C#
    • VB.NET
    public PivotFilter this[PivotField field] { get; }
    Public ReadOnly Property Item(field As PivotField) As PivotFilter
    Parameters
    field
    PivotField

    The pivot field of the PivotFilter to get.

    Property Value
    PivotFilter

    The PivotFilter for the specified pivot field.

    Methods

    GetEnumerator()

    Returns an enumerator that iterates through the PivotFilters.

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

    An enumerator that can be used to iterate through the PivotFilters.

    Implements

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

    Facebook • Twitter • LinkedIn

    © GemBox Ltd. — All rights reserved.