KDCalc Class Library

KDCalcEngine.GetBoolean Method (Int32, Int32)

Get the boolean value of a cell on the active worksheet.

public bool GetBoolean(
   int row,
   int col
);

Parameters

row
the desired cell's row
col
the desired cell's column

Return Value

the logical true/false value of the specified cell

Implements

IComInterop.GetBoolean

See Also

KDCalcEngine Class | KnowledgeDynamics.KDCalc Namespace | KDCalcEngine.GetBoolean Overload List