Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.CalcEngine Namespace / TextCellData Class
Members


In This Topic
    TextCellData Class
    In This Topic
    Represents a text cell data.
    Syntax
    'Declaration
     
    
    Public Class TextCellData 
       Inherits GrapeCity.CalcEngine.GenericCellData(Of String)
       Implements ICellValue, IReadonlyPrimitiveValue 
    'Usage
     
    
    Dim instance As TextCellData
    Inheritance Hierarchy

    System.Object
       GrapeCity.CalcEngine.GenericCellData<T>
          GrapeCity.CalcEngine.TextCellData
             GrapeCity.CalcEngine.CellImage

    See Also