ComponentOne Excel for .NET
C1.Excel Assembly / C1.Excel Namespace / XLPictureShape Class / XLPictureShape Constructor / XLPictureShape Constructor(XLSheet,Object,RectangleF)
XLSheet object that owns the new shape.
The image source (binary data, Image, GcBitmap, base64).
The rectangle that specifies the image size and position with respect to the cell, in twips.

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

    Parameters

    sheet
    XLSheet object that owns the new shape.
    source
    The image source (binary data, Image, GcBitmap, base64).
    rc
    The rectangle that specifies the image size and position with respect to the cell, in twips.
    See Also