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