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


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