Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / Cell Class / ActualBorderLeft Property


In This Topic
    ActualBorderLeft Property
    In This Topic
    Gets the displayed left border of a cell.
    Syntax
    'Declaration
     
    Public ReadOnly Property ActualBorderLeft As BorderLine
    'Usage
     
    Dim instance As Cell
    Dim value As BorderLine
     
    value = instance.ActualBorderLeft
    public BorderLine ActualBorderLeft {get;}

    Property Value

    A BorderLine object that specifies the actual border for the cell.
    Remarks
    The style is composed of cell, row, column, sheet, conditional format, and alternating rows.
    See Also