Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SpreadActions Class / ClipboardPasteAll Field


In This Topic
    ClipboardPasteAll Field
    In This Topic
    Pastes everything from the Clipboard (data and formatting) to the current sheet.
    Syntax
    'Declaration
     
    
    Public Shared ReadOnly ClipboardPasteAll As Object
    'Usage
     
    
    Dim value As Object
     
    value = SpreadActions.ClipboardPasteAll
    public static readonly object ClipboardPasteAll
    See Also