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


In This Topic
    WebImage Class
    In This Topic
    Represents value of a cell which use IMAGE function.
    Syntax
    'Declaration
     
    
    Public NotInheritable Class WebImage 
       Inherits CellImage
       Implements ICellValue, IReadonlyPrimitiveValue, IRichValue 
    'Usage
     
    
    Dim instance As WebImage
    public sealed class WebImage : CellImage, ICellValue, IReadonlyPrimitiveValue, IRichValue  
    Inheritance Hierarchy

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

    See Also