Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IFormatter Interface / IsFormattedAsText Method / IsFormattedAsText(Double) Method
A double value indicates the number.


In This Topic
IsFormattedAsText(Double) Method
In This Topic
Determines whether the specified numeric value is formatted as text.
Syntax
'Declaration
 
Overloads Function IsFormattedAsText( _
   ByVal number As Double _
) As Boolean
 
'Usage
 
Dim instance As IFormatter
Dim number As Double
Dim value As Boolean
 
value = instance.IsFormattedAsText(number)

Parameters

number
A double value indicates the number.

Return Value

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