KDCalc Class Library

IComInterop.GetDate Method (Int32, Int32)

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

EDate GetDate(
   int row,
   int col
);

Parameters

row
the desired cell's row
col
the desired cell's column

Return Value

the date value of the specified cell

See Also

IComInterop Interface | KnowledgeDynamics.KDCalc Namespace | IComInterop.GetDate Overload List | EDate