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


In This Topic
    DeleteCellsRangeCommand Class
    In This Topic
    Represents a command for delete the specified cell range.
    Syntax
    'Declaration
     
    
    Public NotInheritable Class DeleteCellsRangeCommand 
       Inherits RangeActionsCommand
    'Usage
     
    
    Dim instance As DeleteCellsRangeCommand
    public sealed class DeleteCellsRangeCommand : RangeActionsCommand 
    Inheritance Hierarchy

    System.Object
       GrapeCity.Spreadsheet.Commands.Command
          GrapeCity.Spreadsheet.Commands.RangeActionsCommand
             GrapeCity.Spreadsheet.Commands.DeleteCellsRangeCommand

    See Also