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


In This Topic
    LegacyClipboardPasteCommand Class
    In This Topic
    Represents a command that paste to ranges of cells
    Syntax
    'Declaration
     
    
    Public NotInheritable Class LegacyClipboardPasteCommand 
       Inherits MultiRangeCommand
    'Usage
     
    
    Dim instance As LegacyClipboardPasteCommand
    public sealed class LegacyClipboardPasteCommand : MultiRangeCommand 
    Inheritance Hierarchy

    System.Object
       GrapeCity.Spreadsheet.Commands.Command
          GrapeCity.Spreadsheet.Commands.RangeCommand
             GrapeCity.Spreadsheet.Commands.MultiRangeCommand
                GrapeCity.Spreadsheet.Commands.LegacyClipboardPasteCommand

    See Also