Table of Contents

TCellValue.AsNumber Method

Returns the value of the cell if it contains a number or a date. If the cell doesn't contain a number this method will raise an exception so you might want to check first the cell data type before calling it.

Syntax

Unit: FlexCel.Core

function TCellValue.AsNumber: Double;

See also