Click or drag to resize

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
)

Parameters

strShapeName
Type: System String
Shape name.
image
Type: System.Drawing Image
Image to set.

Return Value

Type: XlsShape
See Also