FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / CellFooter Class / ResetParentStyleName Method


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