KDCalc Class Library

IComInterop.SetTextInNamedCell Method 

Utility method to set the text value in a single named cell

void SetTextInNamedCell(
   string namedCell,
   string str
);

Parameters

namedCell
The name of the cell.
str
The text to be set in the cell.

See Also

IComInterop Interface | KnowledgeDynamics.KDCalc Namespace