Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.UI Namespace / CellBorderData Class / BorderLine Property


In This Topic
    BorderLine Property
    In This Topic
    Syntax
    'Declaration
     
    
    Public ReadOnly Property BorderLine As BorderLine
    'Usage
     
    
    Dim instance As CellBorderData
    Dim value As BorderLine
     
    value = instance.BorderLine
    public BorderLine BorderLine {get;}
    See Also