Spread Windows Forms 17
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
    public byte[] ImageData {get; set;}

    Property Value

    image data
    See Also