Click or drag to resize

PrstGeomShapeCollection AddNotPrimitiveShape Method

Add a NotPrimitive shape to prstgeomshape 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 IGeomPathShape AddNotPrimitiveShape(
	int row,
	int column,
	int width,
	int height
)

Parameters

row
Type: System Int32
shape's first row number in worksheet
column
Type: System Int32
shape's first column number in worksheet
width
Type: System Int32
shape's width, in unit of pixel.
height
Type: System Int32
shape's height, in unit of pixel.

Return Value

Type: IGeomPathShape

Implements

IPrstGeomShapes AddNotPrimitiveShape(Int32, Int32, Int32, Int32)
See Also