Overload | Description |
---|---|
Add(IReadOnlyList<Int64>) | Adds a list of rows by object IDs to the selection. This method must be called on the MCT. Use QueuedTask.Run. |
Add(IReadOnlyList<Guid>) | Adds a list of rows by global IDs to the selection. This method must be called on the MCT. Use QueuedTask.Run. |