Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / ISheetSelectionModel Interface
Properties Methods Events

In This Topic
    ISheetSelectionModel Interface Members
    In This Topic

    The following tables list the members exposed by ISheetSelectionModel.

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