| Property | Description |
|---|---|
| Count | Get the number of fragmentsThis property is read only. |
| Empty | Check if selection is emptyThis property is read only. |
| TotalSize | Get the total selection sizeThis property is read only. |
| Method | Description |
|---|---|
| AddRange | Add a range to selection |
| Clear | Clear the selection |
| DeleteRange | Delete a range from the selection |
| InsertRange | Insert a range in the selection |
| Invert | Invert the whole selection |
| IsIn | Check if the given offset is within selection |
| Load | Load the selection |
| RemoveRange | Remove a range from selection |
| Save | Save the selection |
| ToggleRange | Invert a range in the selection |