Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / SpreadActions Class / ClipboardPasteFloatingObjects Method
The sender.
The ActionEventArgs instance that contains the event data.


In This Topic
    ClipboardPasteFloatingObjects Method
    In This Topic
    Pastes the floating objects from the Clipboard.
    Syntax
    'Declaration
     
    Public Shared Sub ClipboardPasteFloatingObjects( _
       ByVal sender As Object, _
       ByVal e As ActionEventArgs _
    ) 
    'Usage
     
    Dim sender As Object
    Dim e As ActionEventArgs
     
    SpreadActions.ClipboardPasteFloatingObjects(sender, e)
    public static void ClipboardPasteFloatingObjects( 
       object sender,
       ActionEventArgs e
    )

    Parameters

    sender
    The sender.
    e
    The ActionEventArgs instance that contains the event data.
    See Also