Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / ClipboardPasteCommand Class
Members


In This Topic
    ClipboardPasteCommand Class
    In This Topic
    Represents a command that paste data to the worksheet.
    Syntax
    'Declaration
     
    
    Public Class ClipboardPasteCommand 
       Inherits RangeActionsCommand
    'Usage
     
    
    Dim instance As ClipboardPasteCommand
    public class ClipboardPasteCommand : RangeActionsCommand 
    Inheritance Hierarchy

    System.Object
       GrapeCity.Spreadsheet.Commands.Command
          GrapeCity.Spreadsheet.Commands.RangeActionsCommand
             GrapeCity.Spreadsheet.Commands.ClipboardPasteCommand
                GrapeCity.Spreadsheet.Commands.ClipboardInsertCommand

    See Also