Spread Windows Forms 12.0 Product Documentation
BaseSheetSelectionModel Class Members
Properties  Methods  Events


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.Model Namespace : BaseSheetSelectionModel Class

The following tables list the members exposed by BaseSheetSelectionModel.

Public Properties
 NameDescription
Public PropertyGets the column index of the first cell in the selection of cells.  
Public PropertyGets the row index of the first cell selected in the range.  
Public PropertyGets the number of selections in the model.  
Public PropertyGets an item in the model.  
Public PropertyGets the column index of the farthest cell in the selection of cells.  
Public PropertyGets the row index of the farthest cell in the selection of cells.  
Public PropertyGets or sets whether users can select ranges of items.  
Public PropertyGets or sets whether users can select cells, rows, or columns.  
Top
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 MethodHandles the Changed event in subclasses.  
Top
Public Events
 NameDescription
Public EventOccurs when the user makes a change to the model that affects the selection of cells of the sheet.  
Top
See Also

Reference

BaseSheetSelectionModel Class
FarPoint.Win.Spread.Model Namespace

User-Task Documentation

Using Sheet Models