KDCalc Class Library

IComInterop.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.

void SetBoolean(int,int,bool);

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

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

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

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

See Also

IComInterop Interface | KnowledgeDynamics.KDCalc Namespace