KDCalc Class Library

KDCalcEngine.SetNumberInNamedCell Method 

Utility method to set the double value in a single named cell.

public void SetNumberInNamedCell(
   string namedCell,
   double number
);

Parameters

namedCell
The name of the cell.
number
The number to be set in the cell.

Implements

IComInterop.SetNumberInNamedCell

See Also

KDCalcEngine Class | KnowledgeDynamics.KDCalc Namespace