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


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