Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread 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