KDCalc Class Library

IComInterop.GetBoolean Method (String, Int32, Int32)

Get the logical value of a cell on the specified worksheet. Does not change the active sheet.

bool GetBoolean(
   string sheetName,
   int row,
   int col
);

Parameters

sheetName
the name of the worksheet
row
the desired cell's row
col
the desired cell's column

Return Value

the logical true/false value of the specified cell

See Also

IComInterop Interface | KnowledgeDynamics.KDCalc Namespace | IComInterop.GetBoolean Overload List