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


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