KDCalc Class Library

KDCalcEngine.SetDate Method (String, Int32, Int32, EDate)

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

public void SetDate(
   string sheetName,
   int row,
   int col,
   EDate value
);

Parameters

sheetName
the name of the worksheet
row
the desired cell's row
col
the desired cell's column
value
the new EDate for the cell

Implements

IComInterop.SetDate

See Also

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