Spread Windows Forms 15.0
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()
    public void ResetParentStyleName()
    See Also