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


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