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


The following tables list the members exposed by DefaultSheetSelectionModel.

Public Constructors
 NameDescription
Public ConstructorDefaultSheetSelectionModel ConstructorOverloaded.   
Top
Public Properties
 NameDescription
Public PropertyAnchorColumnOverridden. Gets the column index of the first cell in the selection of cells.  
Public PropertyAnchorRowOverridden. Gets the row index of the first cell in the selection of cells.  
Public PropertyCountOverridden. Gets the number of selections in the model.  
Public PropertyItemOverridden. Gets an item in the model.  
Public PropertyLeadColumnOverridden. Gets the column index of the farthest cell of the selection.  
Public PropertyLeadRowOverridden. Gets the row index of the farthest cell of the selection.  
Public PropertySelectionPolicyOverridden. Gets or sets whether users can select ranges of items.  
Public PropertySelectionUnitOverridden. Gets or sets whether users can select cells, rows, or columns.  
Top
Public Methods
 NameDescription
Public MethodAddSelectionOverridden. Adds a cell or cells to the selection.  
Public MethodClearSelectionOverridden. Removes the selection.  
Public MethodDeserializeLoads the selection from XML.  
Public MethodExtendSelectionOverridden. Specifies the extent (or farthest cell) in the selection of cells.  
Public MethodGetEnumeratorOverridden. Gets an enumerator that can iterate through the selections.  
Public MethodGetExtendedSelectionGets the cell range that would be selected if you extended the current selection to the specified row and column indexes.  
Public MethodGetSelectionsReturns an ordered array of CellRange objects, from largest to smallest, containing the selected cells with minimal overlap between the ranges.  
Public MethodIsAnyCellInColumnSelectedOverridden. Determines whether any cell in a specified column is in the selection.  
Public MethodIsAnyCellInRowSelectedOverridden. Determines whether any cell in a specified row is in the selection.  
Public MethodIsEmptyOverridden. Determines whether the model has no selections.  
Public MethodIsSelectedOverridden. Determines whether the specified cell is in the selection.  
Public MethodRemoveSelectionOverridden. Removes the specified selection range from the selection list, if one exists.  
Public MethodSerializeSaves a selection to XML.  
Public MethodSetAnchorOverridden. Specifies the anchor (or first cell) in the selection of cells.  
Public MethodSetSelectionOverridden. Selects the cells in the specified range.  
Top
Protected Methods
 NameDescription
Protected MethodOnChangedHandles the Changed event in subclasses. (Inherited from FarPoint.Win.Spread.Model.BaseSheetSelectionModel)
Top
Public Events
 NameDescription
Public EventChangedOccurs when the user makes a change to the model that affects the selection of cells of the sheet. (Inherited from FarPoint.Win.Spread.Model.BaseSheetSelectionModel)
Top
See Also

Reference

DefaultSheetSelectionModel Class
FarPoint.Win.Spread.Model Namespace

User-Task Documentation

Using Sheet Models
Customizing User Selection of Data

 

 


Copyright © GrapeCity, inc. All rights reserved.