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


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