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


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