Get the boolean value of a cell on the active worksheet.
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);
KDCalcEngine Class | KnowledgeDynamics.KDCalc Namespace