Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Drawing Namespace / Image Class
Members


Image Class
Represents an embedded image in the workbook. This class cannot be inherited.
Syntax
'Declaration
 
Public NotInheritable Class Image 
   Inherits GrapeCity.Drawing.AlternateData(Of Stream)
 
'Usage
 
Dim instance As Image
Inheritance Hierarchy

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

See Also