KDCalc Class Library

IComInterop.SetDate Method

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

Overload List

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

void SetDate(int,int,EDate);

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

void SetDate(int,int,int,EDate);

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

void SetDate(int,int,int,string);

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

void SetDate(int,int,string);

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

void SetDate(string,int,int,EDate);

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

void SetDate(string,int,int,string);

See Also

IComInterop Interface | KnowledgeDynamics.KDCalc Namespace | EDate