KDCalc Class Library

KDCalcEngine.ClearCell Method (Int32, Int32, Int32)

Clears the value of a cell on the specified sheet.

public 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

Implements

IComInterop.ClearCell

See Also

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