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


In This Topic
    BaseSheetSelectionModel Class Members
    In This Topic

    The following tables list the members exposed by BaseSheetSelectionModel.

    Public Properties
     NameDescription
    Public PropertyGets the column index of the first cell in the selection of cells.  
    Public PropertyGets the row index of the first cell selected in the range.  
    Public PropertyGets the number selections.  
    Public PropertyGets an item in the model.  
    Public PropertyGets the column index of the farthest cell in the selection of cells.  
    Public PropertyGets the row index of the farthest cell in the selection of cells.  
    Public PropertyGets or sets whether users can select ranges of items.  
    Public PropertyGets or sets whether users can select cells, rows, or columns.  
    Top
    Public Methods
     NameDescription
    Public MethodAdds a cell or cells to the selection.  
    Public MethodRemoves all of the selections from the sheet so that cells are no longer selected.  
    Public MethodSpecifies the extent (or farthest cell) in the selection of cells.  
    Public MethodGets an enumerator that can iterate through the selections.  
    Public MethodDetermines whether any cell in a specified column is in the selection.  
    Public MethodDetermines whether any cell in a specified row is in the selection.  
    Public MethodDetermines whether the model has no selections.  
    Public MethodDetermines whether the specified cell is in the selection.  
    Public MethodRemoves the specified selection range from the selection list, if one exists.  
    Public MethodSpecifies the anchor (or first cell) in the selection of cells.  
    Public MethodSelects the specified cells.  
    Top
    Protected Methods
     NameDescription
    Protected MethodRaises the selection changed event.  
    Protected MethodHandles the Changed event in subclasses.  
    Top
    Public Events
     NameDescription
    Public EventOccurs when the user makes a change to the model that affects the selection of cells of the sheet.  
    Top
    See Also