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


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

    System.Object
       GrapeCity.Spreadsheet.Commands.Command
          GrapeCity.Spreadsheet.Commands.RangeCommand
             GrapeCity.Spreadsheet.Commands.MultiRangeCommand
                GrapeCity.Spreadsheet.Commands.LegacyClipboardCopyCommand
                   GrapeCity.Spreadsheet.Commands.LegacyClipboardCutCommand

    See Also