Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / ISheetSelectionModel Interface

In This Topic
ISheetSelectionModel Interface Methods
In This Topic

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

Public Methods
 NameDescription
 MethodAdds a cell or cells to the selection.  
 MethodRemoves the selection.  
 MethodSpecifies the extent (or farthest cell) in the selection of cells.  
 MethodGets an enumerator that can iterate through the selections.  
 MethodDetermines whether any cell in a specified column is in the selection.  
 MethodDetermines whether any cell in a specified row is in the selection.  
 MethodDetermines whether the model has no selections.  
 MethodDetermines whether the specified cell is in the selection.  
 MethodRemoves the specified selection range from the selection list, if one exists.  
 MethodSpecifies the anchor (or first cell) in the selection of cells.  
 MethodSelects the specified cells.  
Top
See Also