Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / BorderLine Class / EndArrowType Property


In This Topic
    EndArrowType Property (BorderLine)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property EndArrowType As LineStartEndType
    'Usage
     
    
    Dim instance As BorderLine
    Dim value As LineStartEndType
     
    instance.EndArrowType = value
     
    value = instance.EndArrowType
    public LineStartEndType EndArrowType {get; set;}
    See Also