KDCalc Class Library

KDCalcEngine.SetValue Method

Set the value of a cell on the specified worksheet.

Overload List

Set the value of a cell on the specified worksheet.

public void SetValue(int,int,int,string);

Set the value of a cell on the active worksheet.

public void SetValue(int,int,string);

Set the value of a cell on the specified worksheet.

public void SetValue(string,int,int,string);

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

public void SetValue(string,string);

See Also

KDCalcEngine Class | KnowledgeDynamics.KDCalc Namespace