Spread WinForms 15
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ExcelShape Class / ImageData Property


In This Topic
ImageData Property (ExcelShape)
In This Topic
Gets or sets the image data.
Syntax
'Declaration
 
Public Property ImageData As Byte()
 
'Usage
 
Dim instance As ExcelShape
Dim value() As Byte
 
instance.ImageData = value
 
value = instance.ImageData

Property Value

image data
See Also