Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / BaseSheetSelectionModel Class


BaseSheetSelectionModel Class Methods

For a list of all members of this type, see BaseSheetSelectionModel members.

Public Methods
 NameDescription
Public MethodAdds a cell or cells to the selection.  
Public MethodRemoves all of the selections from the sheet so that cells are no longer selected.  
Public MethodSpecifies the extent (or farthest cell) in the selection of cells.  
Public MethodGets an enumerator that can iterate through the selections.  
Public MethodDetermines whether any cell in a specified column is in the selection.  
Public MethodDetermines whether any cell in a specified row is in the selection.  
Public MethodDetermines whether the model has no selections.  
Public MethodDetermines whether the specified cell is in the selection.  
Public MethodRemoves the specified selection range from the selection list, if one exists.  
Public MethodSpecifies the anchor (or first cell) in the selection of cells.  
Public MethodSelects the specified cells.  
Top
Protected Methods
 NameDescription
Protected MethodRaises the selection changed event.  
Protected MethodHandles the Changed event in subclasses.  
Top
See Also