Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / BorderLine Structure / Style Property


In This Topic
    Style Property (BorderLine)
    In This Topic
    Gets the style of the border line.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Style As BorderLineStyle
    'Usage
     
    
    Dim instance As BorderLine
    Dim value As BorderLineStyle
     
    value = instance.Style
    public BorderLineStyle Style {get;}

    Property Value

    A BorderLineStyle value represents the style of the border line.
    See Also