Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / Cell Class / ResetBorderTop Method


In This Topic
    ResetBorderTop Method (Cell)
    In This Topic
    Resets the top cell border for the cell and causes the cell to inherit the cell border from the default cell.
    Syntax
    'Declaration
     
    Public Sub ResetBorderTop() 
    'Usage
     
    Dim instance As Cell
     
    instance.ResetBorderTop()
    public void ResetBorderTop()
    See Also