FarPoint.Web.Spread Assembly > FarPoint.Web.Spread.Model Namespace : DefaultSheetSelectionModel Class |
For a list of all members of this type, see DefaultSheetSelectionModel members.
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. |