KDCalc Class Library

IComInterop.SetNumberInNamedCell Method 

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

void SetNumberInNamedCell(
   string namedCell,
   double number
);

Parameters

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

See Also

IComInterop Interface | KnowledgeDynamics.KDCalc Namespace