FarPoint.Web.Spread Assembly > FarPoint.Web.Spread.Model Namespace : BaseSheetSelectionModel Class |
The following tables list the members exposed by BaseSheetSelectionModel.
Name | Description | |
---|---|---|
Count | Gets the number selections. | |
Item | Gets a selection in the model. | |
SelectionPolicy | Gets or sets whether users can select ranges of items. |
Name | Description | |
---|---|---|
AddSelection | Adds a cell or cells to the selection. | |
ClearSelection | Removes all of the selections from the sheet so that cells are no longer selected. | |
GetEnumerator | Gets an enumerator that can iterate through the selections. | |
IsAnyCellInColumnSelected | Determines whether any cell in a specified column is in the selection. | |
IsAnyCellInRowSelected | Determines whether any cell in a specified row is in the selection. | |
IsEmpty | Determines whether the model has no selections. | |
IsSelected | Determines whether the specified cell is in the selection. | |
RemoveSelection | Removes the specified selection range from the selection list, if one exists. | |
SetSelection | Selects the specified cells. |