Assembly: Matrix;
Namespace: Prognoz.Platform.Interop.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 | |
The Count property returns the number of filtering ranges. | ||
The Item property returns the set range of matrix data filtering. |
Method name | Brief description | |
The Add method adds a new range of matrix filtering. | ||
The Remove method removes the specified filtering range from the collection. |
See also: