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


In This Topic
    ActualBorderBottom Property
    In This Topic
    Gets the displayed left cell border.
    Syntax
    'Declaration
     
    Public ReadOnly Property ActualBorderBottom As BorderLine
    'Usage
     
    Dim instance As Cell
    Dim value As BorderLine
     
    value = instance.ActualBorderBottom
    public BorderLine ActualBorderBottom {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