Click or drag to resize

ArcShapeCollection AddArc Method

Adds an arc shape to the specified position with given dimensions.

Namespace: Spire.Xls.Core.Spreadsheet.Collections
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public IArcShape AddArc(
	int row,
	int column,
	int height,
	int width
)

Parameters

row
Type: System Int32
The row index where the arc will be placed.
column
Type: System Int32
The column index where the arc will be placed.
height
Type: System Int32
The height of the arc.
width
Type: System Int32
The width of the arc.

Return Value

Type: IArcShape
An IArcShape object representing the added arc.

Implements

IArcShapes AddArc(Int32, Int32, Int32, Int32)
See Also