KDCalc Class Library

KDCalcEngine.Reset Method

Reset the KDCalcEngine to its original state.

Overload List

Reset the KDCalcEngine to its original state.

public void Reset();

Reset the cell on the specified sheetIndex its original state.

public void Reset(int);

Reset the cell on the active sheet to its original state.

public void Reset(int,int);

Reset the cell on the specified sheetIndex its original state.

public void Reset(int,int,int);

Reset the cell on the specified sheetName its original state.

public void Reset(string);

Reset the cell on the specified sheetName its original state.

public void Reset(string,int,int);

See Also

KDCalcEngine Class | KnowledgeDynamics.KDCalc Namespace