Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / ClipboardCopyCommand Class
Members


ClipboardCopyCommand Class
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
Inheritance Hierarchy

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

See Also