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


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