ShapeArrowStyleType Enumeration
|
Represents shape arrow style type.
Namespace:
Spire.Xls
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public enum ShapeArrowStyleType
Public Enumeration ShapeArrowStyleType
public enum class ShapeArrowStyleType
Members
|
Member name
|
Value
|
Description
|
|
LineNoArrow
|
0
|
Represetns no arrow.
|
|
LineArrow
|
1
|
Represetns standart arrow.
|
|
LineArrowStealth
|
2
|
Represetns Stealth arrow.
|
|
LineArrowDiamond
|
3
|
Represetns Diamond arrow.
|
|
LineArrowOval
|
4
|
Represetns Oval arrow.
|
|
LineArrowOpen
|
5
|
Represetns Open arrow.
|
See Also