KDCalc Class Library

IComInterop.SetDate Method (Int32, Int32, Int32, EDate)

Set the date/time value of a cell on the specified worksheet. Does not change the active sheet.

void SetDate(
   int sheetIndex,
   int row,
   int col,
   EDate value
);

Parameters

sheetIndex
the index of the worksheet
row
the desired cell's row
col
the desired cell's column
value
the new EDate for the cell

See Also

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