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


The following tables list the members exposed by BaseSheetSelectionModel.

Public Properties
 NameDescription
Public PropertyAnchorColumnGets the column index of the first cell in the selection of cells.  
Public PropertyAnchorRowGets the row index of the first cell selected in the range.  
Public PropertyCountGets the number of selections in the model.  
Public PropertyItemGets an item in the model.  
Public PropertyLeadColumnGets the column index of the farthest cell in the selection of cells.  
Public PropertyLeadRowGets the row index of the farthest cell in the selection of cells.  
Public PropertySelectionPolicyGets or sets whether users can select ranges of items.  
Public PropertySelectionUnitGets or sets whether users can select cells, rows, or columns.  
Top
Public Methods
 NameDescription
Public MethodAddSelectionAdds a cell or cells to the selection.  
Public MethodClearSelectionRemoves all of the selections from the sheet so that cells are no longer selected.  
Public MethodExtendSelectionSpecifies the extent (or farthest cell) in the selection of cells.  
Public MethodGetEnumeratorGets an enumerator that can iterate through the selections.  
Public MethodIsAnyCellInColumnSelectedDetermines whether any cell in a specified column is in the selection.  
Public MethodIsAnyCellInRowSelectedDetermines whether any cell in a specified row is in the selection.  
Public MethodIsEmptyDetermines whether the model has no selections.  
Public MethodIsSelectedDetermines whether the specified cell is in the selection.  
Public MethodRemoveSelectionRemoves the specified selection range from the selection list, if one exists.  
Public MethodSetAnchorSpecifies the anchor (or first cell) in the selection of cells.  
Public MethodSetSelectionSelects the specified cells.  
Top
Protected Methods
 NameDescription
Protected MethodOnChangedHandles the Changed event in subclasses.  
Top
Public Events
 NameDescription
Public EventChangedOccurs 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

 

 


Copyright © GrapeCity, inc. All rights reserved.