Set the date/time value of a cell on the active worksheet.
Set the date/time value of a cell on the active worksheet.
public void SetDate(int,int,EDate);
Set the date/time value of a cell on the specified worksheet. Does not change the active sheet.
public void SetDate(int,int,int,EDate);
Set the date/time value of a cell on the specified worksheet. Does not change the active sheet.
public void SetDate(int,int,int,string);
Set the date/time value of a cell on the active worksheet.
public void SetDate(int,int,string);
Set the date/time value of a cell on the specified worksheet using the Sheet!A1 syntax.
public void SetDate(string,EDate);
Set the date/time value of a cell on the specified worksheet. Does not change the active sheet.
public void SetDate(string,int,int,EDate);
Set the date/time value of a cell on the specified worksheet. Does not change the active sheet.
public void SetDate(string,int,int,string);
Set the date/time value of a cell on the specified worksheet using the Sheet!A1 syntax.
public void SetDate(string,string);
KDCalcEngine Class | KnowledgeDynamics.KDCalc Namespace | EDate