Defines a contract for shapes that can be represented as arcs.
Namespace:
Spire.Xls.Core
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public interface IArcShapes
Public Interface IArcShapes
public interface class IArcShapes
type IArcShapes =interface end
The
IArcShapes
type exposes the following members.
Properties
|
Name
|
Description
|
|
Count
|
Gets the count of items in the collection.
|
|
Item
Int32
|
Gets the IArcShape at the specified index.
|
|
Item
String
|
Gets the IArcShape associated with the specified name.
|
Top
Methods
|
Name
|
Description
|
|
AddArc
|
Adds an arc shape to the specified location with the given dimensions.
|
Top
See Also