ComponentOne Excel for .NET
C1.Excel Assembly / C1.Excel Namespace / XLPictureShape Class / XLPictureShape Constructor / XLPictureShape Constructor(Object)
The image source (binary data, Image, GcBitmap, base64).

In This Topic
    XLPictureShape Constructor(Object)
    In This Topic
    Initializes a new instance of an XLPictureShape.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal source As System.Object _
    )
    public XLPictureShape( 
       System.object source
    )

    Parameters

    source
    The image source (binary data, Image, GcBitmap, base64).
    See Also