The following tables list the members exposed by DefaultSheetSelectionModel.
Name | Description | |
---|---|---|
DefaultSheetSelectionModel Constructor | Overloaded. |
Name | Description | |
---|---|---|
Count | Overridden. Gets the number of selections. | |
Item | Overridden. Gets a selection in the model. | |
SelectionPolicy | Overridden. Gets or sets whether users can select ranges of items. |
Name | Description | |
---|---|---|
AddSelection | Overridden. Adds a cell or cells to the selection. | |
ClearSelection | Overridden. Removes the selection. | |
Deserialize | Loads the selection from XML. | |
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. | |
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. | |
SetSelection | Overridden. Selects the cells in the specified range. |