KDCalc Class Library

IComInterop.SetBooleanInNamedCell Method 

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

void SetBooleanInNamedCell(
   string namedCell,
   bool b
);

Parameters

namedCell
The name of the cell.
b
The logical value to set.

See Also

IComInterop Interface | KnowledgeDynamics.KDCalc Namespace