Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ExcelShape Class / SetImageData Method
image data


In This Topic
    SetImageData Method (ExcelShape)
    In This Topic
    Sets the image data.
    Syntax
    'Declaration
     
    
    Public Sub SetImageData( _
       ByVal imageData() As Byte _
    ) 
    'Usage
     
    
    Dim instance As ExcelShape
    Dim imageData() As Byte
     
    instance.SetImageData(imageData)
    public void SetImageData( 
       byte[] imageData
    )

    Parameters

    imageData
    image data
    See Also