FormatToClipboard Method (IFormatter2)
Formats the specified object as a string.
'Declaration
Function FormatToClipboard( _
ByVal As Object _
) As String
'Usage
Dim instance As IFormatter2
Dim o As Object
Dim value As String
value = instance.FormatToClipboard(o)
Parameters
- o
- Object with cell data to format