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


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