Spread Windows Forms 7.0 Product Documentation
ISheetSelectionModel Interface Members
See Also  Properties  Methods  Events Support Options
FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.Model Namespace : ISheetSelectionModel Interface

Glossary Item Box

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

© 2002-2014 ComponentOne, a division of GrapeCity. All Rights Reserved.