[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.IFormatter.IsFormattedAsNumeric

IsFormattedAsNumeric Method

IsFormattedAsNumeric(double)

Determines whether the specified numeric value is formatted as numeric.

Declaration
bool IsFormattedAsNumeric(double number)
Function IsFormattedAsNumeric(number As Double) As Boolean
Parameters
Type Name Description
double number

A double value indicates the number.

Returns
Type Description
bool

true if the specified numeric value is formatted as numeric; otherwise, false.