Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread.Model Namespace / ISheetSelectionModel Interface
Properties Methods

In This Topic
    ISheetSelectionModel Interface Members
    In This Topic

    The following tables list the members exposed by ISheetSelectionModel.

    Public Properties
     NameDescription
     PropertyGets the number of selection of cells.  
     PropertyGets a selection in the model.  
     PropertyGets or sets whether users can select ranges of items.  
    Top
    Public Methods
     NameDescription
     MethodAdds a cell or cells to the selection.  
     MethodRemoves the selection.  
     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.  
     MethodSelects the specified cells.  
    Top
    See Also