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


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