Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / CellWrapper Class / ResetParentStyleName Method


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