Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / BorderStyle Property


In This Topic
    BorderStyle Property (FpSpread)
    In This Topic
    Gets or sets the style of the border around the component.
    Syntax
    'Declaration
     
    
    Public Property BorderStyle As BorderStyle
    'Usage
     
    
    Dim instance As FpSpread
    Dim value As BorderStyle
     
    instance.BorderStyle = value
     
    value = instance.BorderStyle
    public BorderStyle BorderStyle {get; set;}
    Exceptions
    ExceptionDescription
    Specified value is not a valid border style
    See Also