IMatrixQueryFilterRanges

Assembly: Matrix;

Description

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

Inheritance Hierarchy

          IMatrixQueryFilterRanges

Comments

Use the IMatrixQueryFilter.Ranges property to get the collection.

Properties

  Property name Brief description
Count The Count property returns the number of filtering ranges.
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