Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / Cell Class / ResetFormatter Method


In This Topic
    ResetFormatter Method (Cell)
    In This Topic
    Resets the formatter for the cell and causes the cell to inherit the formatter from the default cell.
    Syntax
    'Declaration
     
    Public Sub ResetFormatter() 
    'Usage
     
    Dim instance As Cell
     
    instance.ResetFormatter()
    public void ResetFormatter()
    See Also