KDCalc Class Library

IComInterop.SetValueInNamedCell Method 

Set a value in a single named cell.

void SetValueInNamedCell(
   string namedCell,
   string val
);

Parameters

namedCell
The name of the cell.
val
string representative of a number, boolean, or text.

Remarks

Attempts to transform the given value into the most appropriate type, either a number, boolean, or text value. For example "10.32" would be set as a number, "true" would be set as a boolean and "hello" would go in as text. A "" value clears the cell.

See Also

IComInterop Interface | KnowledgeDynamics.KDCalc Namespace