'Usage Dim instance As IFormatter Dim o As Object Dim value As String value = instance.Format(o)
Parameters
- o
- Object with cell data to format
Return Value
Formatted string equivalent to the object
'Usage Dim instance As IFormatter Dim o As Object Dim value As String value = instance.Format(o)