Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.UI Namespace / CellBorderInfo Class / Top Field


In This Topic
    Top Field (CellBorderInfo)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Top As CellBorderData
    'Usage
     
    
    Dim instance As CellBorderInfo
    Dim value As CellBorderData
     
    value = instance.Top
     
    instance.Top = value
    public CellBorderData Top
    See Also