FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.Model Namespace : ISheetSelectionModel Interface |
The following tables list the members exposed by ISheetSelectionModel.
Name | Description | |
---|---|---|
AnchorColumn | Gets the column index of the first cell in the selection of cells. | |
AnchorRow | Gets the row index of the first cell in the selection of cells. | |
Count | Gets the number of selection of cells. | |
Item | Gets an item in the model. | |
LeadColumn | Gets the column index of the farthest cell in the selection of cells. | |
LeadRow | Gets the row index of the farthest cell in the selection of cells. | |
SelectionPolicy | Gets or sets whether users can select ranges of items. | |
SelectionUnit | Gets or sets whether users can select cells, rows, or columns. |
Name | Description | |
---|---|---|
AddSelection | Adds a cell or cells to the selection. | |
ClearSelection | Removes the selection. | |
ExtendSelection | Specifies the extent (or farthest cell) in the selection of cells. | |
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. | |
SetAnchor | Specifies the anchor (or first cell) in the selection of cells. | |
SetSelection | Selects the specified cells. |