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
)
Public Function AddArc (
row As Integer,
column As Integer,
height As Integer,
width As Integer
) As IArcShape
public:
virtual IArcShape^ AddArc(
int row,
int column,
int height,
int width
) sealed
abstract AddArc :
row : int *
column : int *
height : int *
width : int -> IArcShape
override AddArc :
row : int *
column : int *
height : int *
width : int -> IArcShape
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