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


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