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


In This Topic
    ResetParentStyleName Method (Row)
    In This Topic
    Resets the name of the parent style for cells in this row to an empty string.
    Syntax
    'Declaration
     
    
    Public Sub ResetParentStyleName() 
    'Usage
     
    
    Dim instance As Row
     
    instance.ResetParentStyleName()
    public void ResetParentStyleName()
    See Also