Click or drag to resize

ShapeCollectionBase AddShape Method

Adds shape copy to the collection.

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 AddShape(
	XlsShape newXlsShape
)

Parameters

newXlsShape
Type: Spire.Xls.Core.Spreadsheet.Shapes XlsShape

Return Value

Type: XlsShape
Added shape.
See Also