Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IBorder Interface / LineStyle Property


In This Topic
    LineStyle Property (IBorder)
    In This Topic
    Gets or sets the line style for the border.
    Syntax
    'Declaration
     
    
    Property LineStyle As BorderLineStyle
    'Usage
     
    
    Dim instance As IBorder
    Dim value As BorderLineStyle
     
    instance.LineStyle = value
     
    value = instance.LineStyle
    BorderLineStyle LineStyle {get; set;}

    Property Value

    The line style.
    See Also