Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / IPivotFilters Interface / get Method
the zero-based index of the pivot filter to get
In This Topic
    get Method
    In This Topic
    Gets the pivot filter at the specified index.
    Syntax
    IPivotFilter get( 
       int index
    )

    Parameters

    index
    the zero-based index of the pivot filter to get

    Return Value

    the pivot filter at the specified index
    See Also