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