Spread WPF 15
GrapeCity.Windows.SpreadSheet.Data Namespace / Cell Class / ResetStyleName Method


In This Topic
    ResetStyleName Method (Cell)
    In This Topic
    Resets the StyleName object for the cell to empty.
    Syntax
    'Declaration
     
    Public Sub ResetStyleName() 
    'Usage
     
    Dim instance As Cell
     
    instance.ResetStyleName()
    public void ResetStyleName()
    See Also