KDCalc Class Library

KDCalcEngine.SetTextInNamedCell Method 

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

public void SetTextInNamedCell(
   string namedCell,
   string str
);

Parameters

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

Implements

IComInterop.SetTextInNamedCell

See Also

KDCalcEngine Class | KnowledgeDynamics.KDCalc Namespace