Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / PivotFilterOptions Class / setAppliedDataField Method
the applied data field index
In This Topic
    setAppliedDataField Method
    In This Topic
    Sets the value filter setting. Specifies which DataField the current field is filtered by. The value represents the index of the referenced DataField in the DataFields collection.
    Syntax
    public void setAppliedDataField( 
       int appliedDataField
    )

    Parameters

    appliedDataField
    the applied data field index
    See Also