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


In This Topic
    StartArrowSize Property
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property StartArrowSize As Integer
    'Usage
     
    
    Dim instance As BorderLine
    Dim value As Integer
     
    instance.StartArrowSize = value
     
    value = instance.StartArrowSize
    public int StartArrowSize {get; set;}
    See Also