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


In This Topic
    CellImage Class
    In This Topic
    Represents an image which is placed directly in cell.
    Syntax
    'Declaration
     
    
    Public MustInherit Class CellImage 
       Inherits TextCellData
       Implements ICellValue, IReadonlyPrimitiveValue, IRichValue 
    'Usage
     
    
    Dim instance As CellImage
    public abstract class CellImage : TextCellData, ICellValue, IReadonlyPrimitiveValue, IRichValue  
    Inheritance Hierarchy

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

    See Also