Spread WPF 18
GrapeCity.Wpf.SpreadSheet Namespace / BuiltInCommands Class / PasteContentFromClipboard Field


In This Topic
    PasteContentFromClipboard Field
    In This Topic
    [Ctrl-V] Paste will paste everything on the clipboard, both content and formatting.
    Syntax
    'Declaration
     
    Public Shared ReadOnly PasteContentFromClipboard As SpreadCommand
    'Usage
     
    Dim value As SpreadCommand
     
    value = BuiltInCommands.PasteContentFromClipboard
    public static readonly SpreadCommand PasteContentFromClipboard
    See Also