Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / BaseSheetAxisModel Class
Members


BaseSheetAxisModel Class
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