KDCalc Class Library

KDCalcEngine.ClearCell Method

Clears the value of a cell on the active sheet.

Overload List

Clears the value of a cell on the active sheet.

public void ClearCell(int,int);

Clears the value of a cell on the specified sheet.

public void ClearCell(int,int,int);

Clears a cell on the specified worksheet using the Sheet!A1 syntax.

public void ClearCell(string);

Clears the value of a cell on the specified sheet.

public void ClearCell(string,int,int);

See Also

KDCalcEngine Class | KnowledgeDynamics.KDCalc Namespace