| Overload | Description | 
|---|---|
| Remove(IReadOnlyList<Int64>) | Removes a list of rows from the selection based on object IDs. This method must be called on the MCT. Use QueuedTask.Run. | 
| Remove(IReadOnlyList<Guid>) | Removes a list of rows from the selection based on global IDs. This method must be called on the MCT. Use QueuedTask.Run. |