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


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