KDCalc Class Library

IComInterop.SetDate Method (Int32, Int32, String)

Set the date/time value of a cell on the active worksheet.

void SetDate(
   int row,
   int col,
   string dateStr
);

Parameters

row
the desired cell's row
col
the desired cell's column
dateStr
the new date value for the cell

See Also

IComInterop Interface | KnowledgeDynamics.KDCalc Namespace | IComInterop.SetDate Overload List | EDate