KDCalc Class Library

KDCalcEngine.GetDate Method (String)

Get the date/time value of a cell on the specified worksheet using the Sheet!A1 syntax.

public EDate GetDate(
   string sheetRowCol
);

Parameters

sheetRowCol
The sheet, row, col specified in Sheet!A1 syntax.

Return Value

The date value of the specified cell.

Remarks

If no sheet is specified, the active sheet is used.

Example

res = GetDate('my result sheet'!BC237)

See Also

KDCalcEngine Class | KnowledgeDynamics.KDCalc Namespace | KDCalcEngine.GetDate Overload List