The following tables list the members exposed by SelectionCellRange.
Public Constructors
Public Fields
| Name | Description |
![Public Field](template/packages/core-dotnet/images/publicField.png) ![static (Shared in Visual Basic)](template/packages/core-dotnet/images/static.png) | Empty | Retrieves an empty SelectionCellRange structure. |
Top
Public Properties
| Name | Description |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | ColumnRange | Gets or sets the column range of the selection. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | IsEmpty | A boolean value indicating whether the cell range selection is empty. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | ItemRange | Gets or sets the data item range of the selection. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | Length | Gets the number of items in the selection. |
Top
Public Methods
| Name | Description |
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | Equals | Indicates whether this instance and a specified object are equal. |
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | Exclude | Excludes a range of cells from the selection. |
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | GetHashCode | Returns the hash code for the current instance. |
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | Intersect | Returns the intersection of the passed SelectionCellRange and the caller. |
Top
Public Operators
See Also