Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / Row Class / ResetParentStyleName Method


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