XLL+ Class Library (6.3)

CXlConstCell::ToDouble

Retrieves a numeric value from the CXlConstCell

double ToDouble(
   bool bStrict = FALSE
) const;

Parameters

bStrict

If bStrict is false (the default) then, if the CXlConstCell does not contain a double, the function will safely return an appropriate converted double (0 for blanks).

If bStrict is true then the function will throw an exception of type CXlConversionException unless the CXlConstCell contains a double.

Return Value

This function returns the double value contained in a CXlConstCell.

Requirements

Header: xllplus.h

See Also

CXlConstCell Class | CXlConstCell Methods