Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / ClipboardCopyCommand Class
Members


In This Topic
    ClipboardCopyCommand Class
    In This Topic
    Represents a command that copies ranges of cells. This class cannot be inherited.
    Syntax
    'Declaration
     
    
    Public NotInheritable Class ClipboardCopyCommand 
       Inherits RangeCommand
    'Usage
     
    
    Dim instance As ClipboardCopyCommand
    public sealed class ClipboardCopyCommand : RangeCommand 
    Inheritance Hierarchy

    System.Object
       GrapeCity.Spreadsheet.Commands.Command
          GrapeCity.Spreadsheet.Commands.RangeCommand
             GrapeCity.Spreadsheet.Commands.ClipboardCopyCommand

    See Also