Spread WPF 17
GrapeCity.Excel Namespace / ExcelImage Class / ExcelImage Constructor
The name.
Type of the image.
The source array.


In This Topic
    ExcelImage Constructor
    In This Topic
    Initializes a new instance of the ExcelImage class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal name As String, _
       ByVal imageType As ImageType, _
       ByVal sourceArray() As Byte _
    )
    'Usage
     
    Dim name As String
    Dim imageType As ImageType
    Dim sourceArray() As Byte
     
    Dim instance As New ExcelImage(name, imageType, sourceArray)
    public ExcelImage( 
       string name,
       ImageType imageType,
       byte[] sourceArray
    )

    Parameters

    name
    The name.
    imageType
    Type of the image.
    sourceArray
    The source array.
    See Also