Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / BaseSheetSelectionModel Class
Members


In This Topic
    BaseSheetSelectionModel Class
    In This Topic
    Represents the partial (abstract) implementation of the ISheetSelectionModel interface for a selection model for a sheet. This class is abstract (MustInherit in Visual Basic) and so cannot be instantiated.
    Syntax
    'Declaration
     
    
    Public MustInherit Class BaseSheetSelectionModel 
       Implements ISheetSelectionModel 
    'Usage
     
    
    Dim instance As BaseSheetSelectionModel
    public abstract class BaseSheetSelectionModel : ISheetSelectionModel  
    Inheritance Hierarchy

    System.Object
       FarPoint.Win.Spread.Model.BaseSheetSelectionModel
          FarPoint.Win.Spread.Model.DefaultSheetSelectionModel

    See Also