Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data 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