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


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