Contents

doubleValue

The cell’s value as a double-precision floating-point number.

Declaration

var doubleValue: Double { get set }

Discussion

This property uses the objectValue property to access the actual value. If the cell is not a text-type cell or the cell’s value is not scannable, this property contains the value 0.

See Also

Managing Cell Values