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


In This Topic
    LocalImage Class
    In This Topic
    Represents a local image which is placed directly in cell.
    Syntax
    'Declaration
     
    
    Public NotInheritable Class LocalImage 
       Inherits CellImage
       Implements ICellValue, IReadonlyPrimitiveValue, IRichValue 
    'Usage
     
    
    Dim instance As LocalImage
    public sealed class LocalImage : CellImage, ICellValue, IReadonlyPrimitiveValue, IRichValue  
    Inheritance Hierarchy

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

    See Also