KDCalc Class Library

KDCalcEngine.SetDate Method (String, String)

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

public void SetDate(
   string sheetRowCol,
   string dateStr
);

Parameters

sheetRowCol
The sheet, row, col specified in Sheet!A1 syntax.
dateStr
the new date value for the specified cell

Remarks

If no sheet is specified, the active sheet is used.

Example

SetDate('my result sheet'!BC237, "3/2/1974")

See Also

KDCalcEngine Class | KnowledgeDynamics.KDCalc Namespace | KDCalcEngine.SetDate Overload List