Assembly: Matrix;
The IMatrixQueryFilterRanges interface is used to work with the collection of matrix filtering ranges.
IMatrixQueryFilterRanges
To get the collection, use the IMatrixQueryFilter.Ranges property.
| 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. |
| 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: