Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IFormatter Interface / IsFormattedAsText Method / IsFormattedAsText(Object) Method
An System.Object instance indicates the value.


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

Parameters

value
An System.Object instance indicates the value.

Return Value

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