KDCalc Class Library

KDCalcEngine.SetBoolean Method

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

Overload List

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

public void SetBoolean(int,int,bool);

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

public void SetBoolean(int,int,int,bool);

Set the textual value of a cell on the specified worksheet using the Sheet!A1 syntax.

public void SetBoolean(string,bool);

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

public void SetBoolean(string,int,int,bool);

See Also

KDCalcEngine Class | KnowledgeDynamics.KDCalc Namespace