[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.IFormatter.IsFormattedAsText

IsFormattedAsText Method

IsFormattedAsText(double)

Determines whether the specified numeric value is formatted as text.

Declaration
bool IsFormattedAsText(double number)
Function IsFormattedAsText(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 text; otherwise, false.

IsFormattedAsText(object)

Determines whether the specified value is formatted as text.

Declaration
bool IsFormattedAsText(object value)
Function IsFormattedAsText(value As Object) As Boolean
Parameters
Type Name Description
object value

An object instance indicates the value.

Returns
Type Description
bool

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