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


In This Topic
    ISheetSelectionModel Interface
    In This Topic
    Interface for creating a model that represents cell selection.
    Object Model
    ISheetSelectionModel InterfaceCellRange Class
    Syntax
    'Declaration
     
    
    Public Interface ISheetSelectionModel 
    'Usage
     
    
    Dim instance As ISheetSelectionModel
    public interface ISheetSelectionModel 
    Remarks
    The selection model is saved to the view state only if it contains at least one selection.
    See Also