Spread WPF 17
GrapeCity.Excel Namespace / ExcelBorder Class / Left Property


In This Topic
    Left Property (ExcelBorder)
    In This Topic
    Gets or sets the left border line
    Syntax
    'Declaration
     
    Public Property Left As IExcelBorderSide
    'Usage
     
    Dim instance As ExcelBorder
    Dim value As IExcelBorderSide
     
    instance.Left = value
     
    value = instance.Left
    public IExcelBorderSide Left {get; set;}

    Property Value

    The left border line
    See Also