Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Drawing Namespace / Image Class
Members


In This Topic
    Image Class
    In This Topic
    Represents an embedded image in the workbook.
    Syntax
    'Declaration
     
    
    Public NotInheritable Class Image 
       Inherits GrapeCity.Drawing.AlternateData(Of Stream)
    'Usage
     
    
    Dim instance As Image
    public sealed class Image : GrapeCity.Drawing.AlternateData<Stream> 
    Inheritance Hierarchy

    System.Object
       GrapeCity.Drawing.AlternateData<T>
          GrapeCity.Drawing.Image

    See Also