Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / Border.BorderSide Class / Width Property


In This Topic
    Width Property (Border.BorderSide)
    In This Topic
    Gets or sets the width.
    Syntax
    'Declaration
     
    
    Public Property Width As Integer
    'Usage
     
    
    Dim instance As Border.BorderSide
    Dim value As Integer
     
    instance.Width = value
     
    value = instance.Width
    public int Width {get; set;}

    Property Value

    The width.
    See Also