Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / DefaultSheetSelectionModel Class
Properties Methods Events


In This Topic
    DefaultSheetSelectionModel Class Members
    In This Topic

    The following tables list the members exposed by DefaultSheetSelectionModel.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public PropertyOverridden. Gets the column index of the first cell in the selection of cells.  
    Public PropertyOverridden. Gets the row index of the first cell in the selection of cells.  
    Public PropertyOverridden. Gets the number of selections.  
    Public PropertyOverridden. Gets an item in the model.  
    Public PropertyOverridden. Gets the column index of the farthest cell of the selection.  
    Public PropertyOverridden. Gets the row index of the farthest cell of the selection.  
    Public PropertyOverridden. Gets or sets whether users can select ranges of items.  
    Public PropertyOverridden. Gets or sets whether users can select cells, rows, or columns.  
    Top
    Public Methods
     NameDescription
    Public MethodOverridden. Adds a cell or cells to the selection.  
    Public MethodOverridden. Removes the selection.  
    Public MethodLoads the selection from XML.  
    Public MethodOverridden. Specifies the extent (or farthest cell) in the selection of cells.  
    Public MethodOverridden. Gets an enumerator that can iterate through the selections.  
    Public MethodGets the cell range that would be selected if you extended the current selection to the specified row and column indexes.  
    Public MethodSaves the default selection model to the SerializationInfo object.  
    Public MethodReturns an ordered array of CellRange objects, from largest to smallest, containing the selected cells with minimal overlap between the ranges.  
    Public MethodOverridden. Determines whether any cell in a specified column is in the selection.  
    Public MethodOverridden. Determines whether any cell in a specified row is in the selection.  
    Public MethodOverridden. Determines whether the model has no selections.  
    Public MethodOverridden. Determines whether the specified cell is in the selection.  
    Public MethodOverridden. Removes the specified selection range from the selection list, if one exists.  
    Public MethodSaves a selection to XML.  
    Public MethodOverridden. Specifies the anchor (or first cell) in the selection of cells.  
    Public MethodOverridden. Selects the cells in the specified range.  
    Top
    Protected Methods
     NameDescription
    Protected MethodRaises the selection changed event. (Inherited from FarPoint.Win.Spread.Model.BaseSheetSelectionModel)
    Protected MethodHandles the Changed event in subclasses. (Inherited from FarPoint.Win.Spread.Model.BaseSheetSelectionModel)
    Top
    Public Events
     NameDescription
    Public EventOccurs 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