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


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