Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / WorksheetBase Class
Members


WorksheetBase Class
Represents a worksheet base. This class is abstract (MustInherit in Visual Basic) and so cannot be instantiated.
Syntax
'Declaration
 
Public MustInherit Class WorksheetBase 
   Implements GrapeCity.CalcEngine.IReferenceSource 
 
'Usage
 
Dim instance As WorksheetBase
Inheritance Hierarchy

System.Object
   GrapeCity.Spreadsheet.WorksheetBase
      GrapeCity.Spreadsheet.Worksheet

See Also