Spread ASP.NET 16
FarPoint.Web.Spread Assembly / FarPoint.Web.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.
    Object Model
    BaseSheetAxisModel Class
    Syntax
    'Declaration
     
    Public MustInherit Class BaseSheetAxisModel 
       Implements IAutoFilterIndexSupportINotifySheetAxisModelChangingIPageBreakSupportISheetAxisModel 
    'Usage
     
    Dim instance As BaseSheetAxisModel
    public abstract class BaseSheetAxisModel : IAutoFilterIndexSupportINotifySheetAxisModelChangingIPageBreakSupportISheetAxisModel  
    Inheritance Hierarchy

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

    See Also