XLPictureShape Constructor(XLSheet,Image,RectangleF)
In This Topic
Initializes a new instance of an
XLPictureShape.
Syntax
'Declaration
Public Function New( _
ByVal As XLSheet, _
ByVal As GrapeCity.Documents.Drawing.Image, _
ByVal As System.Drawing.RectangleF _
)
public XLPictureShape(
XLSheet ,
GrapeCity.Documents.Drawing.Image ,
System.Drawing.RectangleF
)
Parameters
- sheet
- XLSheet object that owns the new shape.
- img
- The image contained in the new XLPictureShape.
- rc
- The rectangle that specifies the image size and position with respect to the cell, in twips.
See Also