KDCalc Class Library

KDCalcEngine.GetDate Method (Int32, Int32, Int32)

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

public EDate GetDate(
   int sheetIndex,
   int row,
   int col
);

Parameters

sheetIndex
the index of the worksheet
row
the desired cell's row
col
the desired cell's column

Return Value

the date value of the specified cell

Implements

IComInterop.GetDate

See Also

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