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


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()
    Example
    This example uses the ResetLabel method.
    See Also