Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcDateTimeCellType Class / FormatToClipboard Method
The object.


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

    Parameters

    obj
    The object.
    See Also