Spread Windows Forms 9.0 Product Documentation
ISheetSelectionModel Interface Members
Properties  Methods  Events

The following tables list the members exposed by ISheetSelectionModel.

Public Properties
 NameDescription
 PropertyAnchorColumnGets the column index of the first cell in the selection of cells.  
 PropertyAnchorRowGets the row index of the first cell in the selection of cells.  
 PropertyCountGets the number of selection of cells.  
 PropertyItemGets an item in the model.  
 PropertyLeadColumnGets the column index of the farthest cell in the selection of cells.  
 PropertyLeadRowGets the row index of the farthest cell in the selection of cells.  
 PropertySelectionPolicyGets or sets whether users can select ranges of items.  
 PropertySelectionUnitGets or sets whether users can select cells, rows, or columns.  
Top
Public Methods
 NameDescription
 MethodAddSelectionAdds a cell or cells to the selection.  
 MethodClearSelectionRemoves the selection.  
 MethodExtendSelectionSpecifies the extent (or farthest cell) in the selection of cells.  
 MethodGetEnumeratorGets an enumerator that can iterate through the selections.  
 MethodIsAnyCellInColumnSelectedDetermines whether any cell in a specified column is in the selection.  
 MethodIsAnyCellInRowSelectedDetermines whether any cell in a specified row is in the selection.  
 MethodIsEmptyDetermines whether the model has no selections.  
 MethodIsSelectedDetermines whether the specified cell is in the selection.  
 MethodRemoveSelectionRemoves the specified selection range from the selection list, if one exists.  
 MethodSetAnchorSpecifies the anchor (or first cell) in the selection of cells.  
 MethodSetSelectionSelects the specified cells.  
Top
Public Events
 NameDescription
 EventChangedOccurs when the selection model has changed.  
Top
See Also

Reference

ISheetSelectionModel Interface
FarPoint.Win.Spread.Model Namespace

User-Task Documentation

Understanding the Selection Model

 

 


Copyright © GrapeCity, inc. All rights reserved.