Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType Namespace / CellTypeBase Class
Members


In This Topic
    CellTypeBase Class
    In This Topic
    Represents a base class for any cell type.
    Object Model
    CellTypeBase Class
    Syntax
    'Declaration
     
    Public MustInherit Class CellTypeBase 
       Implements GrapeCity.CalcEngine.ICloneable(Of ICellType)GrapeCity.Spreadsheet.ICellType 
    'Usage
     
    Dim instance As CellTypeBase
    Inheritance Hierarchy

    System.Object
       GrapeCity.Wpf.SpreadSheet.CellType.CellTypeBase
          GrapeCity.Wpf.SpreadSheet.CellType.UniversalCellType

    See Also