Reset the KDCalcEngine to its original state.
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);
KDCalcEngine Class | KnowledgeDynamics.KDCalc Namespace