KDCalc Class Library

KDCalcEngine.GetBoolean Method

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

Overload List

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

public bool GetBoolean(int,int);

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

public bool GetBoolean(int,int,int);

Get the boolean value of a cell on the specified worksheet using the Sheet!A1 syntax.

public bool GetBoolean(string);

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

public bool GetBoolean(string,int,int);

See Also

KDCalcEngine Class | KnowledgeDynamics.KDCalc Namespace