KDCalc Class Library

KDCalcEngine.ClearCell Method (String)

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

public void ClearCell(
   string sheetRowCol
);

Parameters

sheetRowCol
The sheet, row, col specified in Sheet!A1 syntax.

Remarks

If no sheet is specified, the active sheet is used.

Example

ClearCell('my result sheet'!BC237)

See Also

KDCalcEngine Class | KnowledgeDynamics.KDCalc Namespace | KDCalcEngine.ClearCell Overload List