Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / IFormatter2 Interface / FormatToClipboard Method
Object with cell data to format


In This Topic
FormatToClipboard Method (IFormatter2)
In This Topic
Formats the specified object as a string.
Syntax
'Declaration
 
Function FormatToClipboard( _
   ByVal o 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
See Also