The following tables list the members exposed by SelectionCellRange.
Public Constructors
Public Fields
| Name | Description |
  | Empty | Retrieves an empty SelectionCellRange structure. |
Top
Public Properties
| Name | Description |
 | ColumnRange | Gets or sets the column range of the selection. |
 | IsEmpty | A boolean value indicating whether the cell range selection is empty. |
 | ItemRange | Gets or sets the data item range of the selection. |
 | Length | Gets the number of items in the selection. |
Top
Public Methods
| Name | Description |
 | Equals | Indicates whether this instance and a specified object are equal. |
 | Exclude | Excludes a range of cells from the selection. |
 | GetHashCode | Returns the hash code for the current instance. |
 | Intersect | Returns the intersection of the passed SelectionCellRange and the caller. |
Top
Public Operators
See Also