KDCalc Class Library

IComInterop.ClearCell Method (Int32, Int32)

Clears the value of a cell on the active sheet.

void ClearCell(
   int row,
   int col
);

Parameters

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

Remarks

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

See Also

IComInterop Interface | KnowledgeDynamics.KDCalc Namespace | IComInterop.ClearCell Overload List