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


In This Topic
    BaseSheetStyleModel Class
    In This Topic
    Represents the partial (abstract) implementation of the ISheetStyleModel interface for a style model for a sheet. This class is abstract (MustInherit in Visual Basic) and so cannot be instantiated.
    Syntax
    'Declaration
     
    
    Public MustInherit Class BaseSheetStyleModel 
       Implements INonEmptyCells, IOptimizedEnumerationSupport, IOptimizedEnumerationSupport2, ISheetStyleModel 
    'Usage
     
    
    Dim instance As BaseSheetStyleModel
    Inheritance Hierarchy

    System.Object
       FarPoint.Win.Spread.Model.BaseSheetStyleModel
          FarPoint.Win.Spread.Model.DefaultSheetStyleModel

    See Also