KDCalc Class Library

KDCalcEngine.SetBooleanInNamedCell Method 

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

public void SetBooleanInNamedCell(
   string namedCell,
   bool b
);

Parameters

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

Implements

IComInterop.SetBooleanInNamedCell

See Also

KDCalcEngine Class | KnowledgeDynamics.KDCalc Namespace