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


In This Topic
    ResetLabel Method (Column)
    In This Topic
    Resets the label for the column and causes the column to use the automatic text.
    Syntax
    'Declaration
     
    Public Sub ResetLabel() 
    'Usage
     
    Dim instance As Column
     
    instance.ResetLabel()
    public void ResetLabel()
    See Also