Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / BorderLine Class / Width Property


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