Assembly: Pivot;
The IPivotFilterAttributeLinks interface contains properties and methods that are used to work with the collection of filters by dimensions attributes links.
IPivotFilterAttributeLinks
Parameters of filtering by dimensions attributes links can be obtained in the IPivotFilterSettings.AttributeLinks property.
Property name | Brief description | |
Count | The Count property returns the number of attribute links in the collection. | |
Item | The Item property returns parameters of the specified attribute link. |
Method name | Brief description | |
Add | The Add method adds a new attribute link to the collection and returns its parameters. | |
Clear | The Clear method deletes all links of dimension attributes from the collection. | |
RemoveAt | The Remove method removes the specified attribute link from the collection. |
See also: