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


BaseSheetSpanModel Class
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
Inheritance Hierarchy

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

See Also