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


In This Topic
    ClipboardPasteShapeCommand Class
    In This Topic
    Represents a command that pastes a shape from clipboard to the worksheet.
    Syntax
    'Declaration
     
    
    Public NotInheritable Class ClipboardPasteShapeCommand 
       Inherits Command
    'Usage
     
    
    Dim instance As ClipboardPasteShapeCommand
    public sealed class ClipboardPasteShapeCommand : Command 
    Inheritance Hierarchy

    System.Object
       GrapeCity.Spreadsheet.Commands.Command
          GrapeCity.Spreadsheet.Commands.ClipboardPasteShapeCommand

    See Also