Spread Windows Forms 17
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
    public LineStartEndType StartArrowType {get; set;}
    See Also