KDCalc Class Library

KDCalcEngine.ClearCell Method (Int32, Int32)

Clears the value of a cell on the active sheet.

public void ClearCell(
   int row,
   int col
);

Parameters

row
the row of the desired cell
col
the column of the desired cell

Implements

IComInterop.ClearCell

Remarks

This is the same as pressing "Delete" in Excel with a selected cell

See Also

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