KDCalc Class Library

KDCalcEngine.SetDate Method (String, EDate)

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

public void SetDate(
   string sheetRowCol,
   EDate value
);

Parameters

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

Remarks

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

Example

SetDate('my result sheet'!BC237, eDateObj)

See Also

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