PivotFilters.Add Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This object, member, or enumeration is deprecated and is not intended to be used in your code.
public Microsoft.Office.Interop.Excel.PivotFilter Add (Microsoft.Office.Interop.Excel.XlPivotFilterType Type, object DataField, object Value1, object Value2, object Order, object Name, object Description, object MemberPropertyField);
Public Function Add (Type As XlPivotFilterType, Optional DataField As Object, Optional Value1 As Object, Optional Value2 As Object, Optional Order As Object, Optional Name As Object, Optional Description As Object, Optional MemberPropertyField As Object) As PivotFilter
Parameters
- Type
- XlPivotFilterType
- DataField
- Object
- Value1
- Object
- Value2
- Object
- Order
- Object
- Name
- Object
- Description
- Object
- MemberPropertyField
- Object