KDCalc Class Library

KDCalcEngine.ClearCell Method (String, Int32, Int32)

Clears the value of a cell on the specified sheet.

public void ClearCell(
   string sheetName,
   int row,
   int col
);

Parameters

sheetName
the name 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