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


In This Topic
ResetWidth Method (Column)
In This Topic
Resets the width for the column and makes the column inherit the width from the default column.
Syntax
'Declaration
 
Public Sub ResetWidth() 
 
'Usage
 
Dim instance As Column
 
instance.ResetWidth()
See Also