XLPictureShape Constructor(XLSheet,Image,Int32,Int32,Int32,Int32)
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.Integer, _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.Integer _
)
public XLPictureShape(
XLSheet ,
GrapeCity.Documents.Drawing.Image ,
System.int ,
System.int ,
System.int ,
System.int
)
Parameters
- sheet
- XLSheet object that owns the new shape.
- img
- The image contained in the new XLPictureShape.
- x
- The horizontal position of the image with respect to the sheet, in twips.
- y
- The vertical position of the image with respect to the sheet, in twips.
- width
- The width of the image, in twips.
- height
- The height of the image, in twips.
See Also