KDCalc Class Library

IComInterop.GetBoolean Method

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

Overload List

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

bool GetBoolean(int,int);

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

bool GetBoolean(int,int,int);

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

bool GetBoolean(string,int,int);

See Also

IComInterop Interface | KnowledgeDynamics.KDCalc Namespace