Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / Column Class / ResetLabel Method


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