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


In This Topic
    BaseSheetAxisModel Class
    In This Topic
    Represents the partial (abstract) implementation of the ISheetAxisModel interface for an axis model for a sheet. This class is abstract (MustInherit in Visual Basic) and so cannot be instantiated.
    Syntax
    'Declaration
     
    
    Public MustInherit Class BaseSheetAxisModel 
       Implements IAutoFilterIndexSupport, IAutoSortIndexSupport, INotifySheetAxisModelChanging, ISheetAxisModel 
    'Usage
     
    
    Dim instance As BaseSheetAxisModel
    Inheritance Hierarchy

    System.Object
       FarPoint.Win.Spread.Model.BaseSheetAxisModel
          FarPoint.Win.Spread.Model.DefaultSheetAxisModel

    See Also