Remove(Index: Integer): Boolean;
Remove(Index: integer): boolean;
Index. Collection range index.
The Remove method removes the specified filtering range from the collection.
If the deletion is successful, the method returns True, otherwise it returns False.
The number of collection ranges is returned by the IMatrixQueryFilterRanges.Count property.
The method use is given in IMatrixFactory.CreateQuery.
See also: