GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcNumberCellType Class / FormatToClipboard Method
The object.


In This Topic
FormatToClipboard Method (GcNumberCellType)
In This Topic
Formats to the Clipboard.
Syntax
'Declaration
 
Public Function FormatToClipboard( _
   ByVal obj As Object _
) As String
 
'Usage
 
Dim instance As GcNumberCellType
Dim obj As Object
Dim value As String
 
value = instance.FormatToClipboard(obj)

Parameters

obj
The object.
See Also