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


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