Name | Description | |
---|---|---|
![]() | AddSelection | Overridden. Adds a cell or cells to the selection. |
![]() | ClearSelection | Overridden. Removes the selection. |
![]() | Deserialize | Loads the selection from XML. |
![]() | ExtendSelection | Overridden. Specifies the extent (or farthest cell) in the selection of cells. |
![]() | GetEnumerator | Overridden. Gets an enumerator that can iterate through the selections. |
![]() | GetExtendedSelection | Gets the cell range that would be selected if you extended the current selection to the specified row and column indexes. |
![]() | GetObjectData | Saves the default selection model to the SerializationInfo object. |
![]() | GetSelections | Returns an ordered array of CellRange objects, from largest to smallest, containing the selected cells with minimal overlap between the ranges. |
![]() | IsAnyCellInColumnSelected | Overridden. Determines whether any cell in a specified column is in the selection. |
![]() | IsAnyCellInRowSelected | Overridden. Determines whether any cell in a specified row is in the selection. |
![]() | IsEmpty | Overridden. Determines whether the model has no selections. |
![]() | IsSelected | Overridden. Determines whether the specified cell is in the selection. |
![]() | RemoveSelection | Overridden. Removes the specified selection range from the selection list, if one exists. |
![]() | Serialize | Saves a selection to XML. |
![]() | SetAnchor | Overridden. Specifies the anchor (or first cell) in the selection of cells. |
![]() | SetSelection | Overridden. Selects the cells in the specified range. |