Spread WinForms 15
FarPoint.Excel Assembly / FarPoint.Excel Namespace / BorderLine Class / StartArrowType Property


In This Topic
StartArrowType Property
In This Topic
Syntax
'Declaration
 
Public Property StartArrowType As LineStartEndType
 
'Usage
 
Dim instance As BorderLine
Dim value As LineStartEndType
 
instance.StartArrowType = value
 
value = instance.StartArrowType
See Also