PivotFilterCollection.AddLabelFilter
PivotFilterCollection.AddLabelFilter method
Filters by captions of row or column pivot field.
public PivotFilter AddLabelFilter(int baseFieldIndex, PivotFilterType type, string label1,
string label2)
Parameter | Type | Description |
---|---|---|
baseFieldIndex | Int32 | The index of field in the source. |
type | PivotFilterType | The type of filtering data. |
label1 | String | The label of filter condition |
label2 | String | The upper-bound label of between filter condition |
See Also
- class PivotFilter
- enum PivotFilterType
- class PivotFilterCollection
- namespace Aspose.Cells.Pivot
- assembly Aspose.Cells