Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / GeneralEditor Class / BorderStyle Property


In This Topic
    BorderStyle Property (GeneralEditor)
    In This Topic
    Gets or sets the style of the border.
    Syntax
    'Declaration
     
    
    Public Property BorderStyle As BorderStyle
    'Usage
     
    
    Dim instance As GeneralEditor
    Dim value As BorderStyle
     
    instance.BorderStyle = value
     
    value = instance.BorderStyle
    public BorderStyle BorderStyle {get; set;}
    See Also