Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / OfficeArtBStoreContainer Class / GetImageData Method


In This Topic
    GetImageData Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function GetImageData( _
       ByVal blipId As Integer _
    ) As Byte()
    'Usage
     
    
    Dim instance As OfficeArtBStoreContainer
    Dim blipId As Integer
    Dim value() As Byte
     
    value = instance.GetImageData(blipId)
    public byte[] GetImageData( 
       int blipId
    )

    Parameters

    blipId
    See Also