

'DeclarationPublic Structure SelectionRange Inherits System.ValueType
'UsageDim instance As SelectionRange
public struct SelectionRange : System.ValueType
System.Object
System.ValueType
Xceed.Wpf.DataGrid.SelectionRange
| Name | Description | |
|---|---|---|
![]() | SelectionRange Constructor | Overloaded. |
| Name | Description | |
|---|---|---|
![]() | EndIndex | Gets or sets the end index of the selection range. |
![]() | IsEmpty | Gets a boolean value indicating whether the selection range is empty. |
![]() | Length | Gets the length of the selection range. |
![]() | StartIndex | Gets or sets the start index of the selection range. |
| Name | Description | |
|---|---|---|
![]() | CompareTo | Compares the passed SelectionRange to the caller. |
![]() | Equals | Indicates whether this instance and a specified object are equal. |
![]() | Exclude | Excludes a range of data items from the selection. |
![]() | GetHashCode | Returns the hash code for the current instance. |
![]() | GetIndexFromItemOffset | Returns the index by using the passed item offset. |
![]() | GetOffsetFromItemIndex | Returns item offset by using the passed the index. |
![]() | Intersect | Returns the intersection of the passed SelectionRange and the caller. |
Equality | Tests if the two SelectionRange instances are equivalent. |
Greater Than | Tests if the first SelectionRange instance is greater than the second. |
Inequality | Tests if the two SelectionRange instances are different. |
Less Than | Tests if the first SelectionRange instance is greater than the second. |
.NET: net5.0, net5.0-windows, net6.0, net6.0-macos, net6.0-windows, net7.0, net7.0-macos, net7.0-windows, net8.0, net8.0-browser, net8.0-macos, net8.0-windows, net9.0, net9.0-browser, net9.0-macos, net9.0-windows, net10.0, net10.0-browser, net10.0-macos, net10.0-windows.
.NET Framework: net40, net403, net45, net451, net452, net46, net461, net462, net463, net47, net471, net472, net48, net481.