Skip to main content

IdxSpreadSheetCellData.AsFloat Property

Returns the stored cell data as a floating point value.

Declaration

property AsFloat: Double read;

Property Value

Type
Double

Remarks

You can use this property to interpret the stored numeric cell data as a floating point value.

Call the IsNumericValue function to identify if the stored cell data is a numeric value. To clarify the actual cell value type, you can use the DataType property or call the GetCellData function.

See Also