Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / Cell Class / ResetParentStyleName Method


In This Topic
ResetParentStyleName Method (Cell)
In This Topic
Resets the ParentStyleName object for the cell to an empty string.
Syntax
'Declaration
 
Public Sub ResetParentStyleName() 
 
'Usage
 
Dim instance As Cell
 
instance.ResetParentStyleName()
See Also