Spread WPF 17
GrapeCity.Excel Namespace / IExcelBorder Interface / Left Property


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

    Property Value

    The left border line
    See Also