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


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