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


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

    Property Value

    The style.
    See Also