KDCalc Class Library

IComInterop.ClearCell Method (Int32, Int32, Int32)

Clears the value of a cell on the specified sheet.

void ClearCell(
   int sheetIndex,
   int row,
   int col
);

Parameters

sheetIndex
the index of the worksheet containing the desired cell
row
the row of the desired cell
col
the column of the desired cell

See Also

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