Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / PivotFilterOptions Class / AppliedDataField Property
In This Topic
    AppliedDataField Property
    In This Topic
    Gets or 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 IPivotTable.DataFields collection.
    Syntax
    public System.int AppliedDataField {get; set;}
    See Also