XlsHeaderFooterShapeCollection
SetPicture Method (String, Image)
|
Sets picture.
Namespace:
Spire.Xls.Core.Spreadsheet.Collections
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public XlsShape SetPicture(
string strShapeName,
Image image
)
Public Function SetPicture (
strShapeName As String,
image As Image
) As XlsShape
public:
XlsShape^ SetPicture(
String^ strShapeName,
Image^ image
)
member SetPicture :
strShapeName : string *
image : Image -> XlsShape
Parameters
-
strShapeName
-
Type:
System
String
Shape name.
-
image
-
Type:
System.Drawing
Image
Image to set.
Return Value
Type:
XlsShape
See Also