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


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

    System.Object
       FarPoint.Win.Spread.Model.BaseSheetSpanModel
          FarPoint.Win.Spread.Model.DefaultSheetSpanModel

    See Also