Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / WorkbookBase Class
Members


In This Topic
    WorkbookBase Class
    In This Topic
    Represents a workbook base. This class is abstract (MustInherit in Visual Basic) and so cannot be instantiated.
    Syntax
    'Declaration
     
    
    Public MustInherit Class WorkbookBase 
    'Usage
     
    
    Dim instance As WorkbookBase
    public abstract class WorkbookBase 
    Inheritance Hierarchy

    System.Object
       GrapeCity.Spreadsheet.WorkbookBase
          GrapeCity.Spreadsheet.Workbook

    See Also