IMatrixQueryFilterRanges

Assembly: Matrix;

Description

The IMatrixQueryFilterRanges interface is used to work with the collection of matrix filtering ranges.

Inheritance Hierarchy

          IMatrixQueryFilterRanges

Comments

To get the collection, use the IMatrixQueryFilter.Ranges property.

Properties

  Property name Brief description
Count The Count property returns the number of filtering ranges in the collection.
Item The Item property returns the set range of matrix data filtering.

Methods

  Method name Brief description
Add The Add method adds a new range of matrix filtering.
Remove The Remove method removes the specified filtering range from the collection.

See also:

Matrix Assembly Interfaces