Name | Description | |
---|---|---|
![]() | DefaultSheetSelectionModel Constructor | Overloaded. |
The following tables list the members exposed by DefaultSheetSelectionModel.
Name | Description | |
---|---|---|
![]() | DefaultSheetSelectionModel Constructor | Overloaded. |
Name | Description | |
---|---|---|
![]() | AnchorColumn | Overridden. Gets the column index of the first cell in the selection of cells. |
![]() | AnchorRow | Overridden. Gets the row index of the first cell in the selection of cells. |
![]() | Count | Overridden. Gets the number of selections. |
![]() | Item | Overridden. Gets an item in the model. |
![]() | LeadColumn | Overridden. Gets the column index of the farthest cell of the selection. |
![]() | LeadRow | Overridden. Gets the row index of the farthest cell of the selection. |
![]() | SelectionPolicy | Overridden. Gets or sets whether users can select ranges of items. |
![]() | SelectionUnit | Overridden. Gets or sets whether users can select cells, rows, or columns. |
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. |
Name | Description | |
---|---|---|
![]() | FireChanged | Raises the selection changed event. (Inherited from FarPoint.Win.Spread.Model.BaseSheetSelectionModel) |
![]() | OnChanged | Handles the Changed event in subclasses. (Inherited from FarPoint.Win.Spread.Model.BaseSheetSelectionModel) |
Name | Description | |
---|---|---|
![]() | Changed | Occurs when the user makes a change to the model that affects the selection of cells of the sheet. (Inherited from FarPoint.Win.Spread.Model.BaseSheetSelectionModel) |