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


In This Topic
    CellEditCommand Class
    In This Topic
    Represents a command that modifies value of a cell or a range of cells. This class cannot be inherited.
    Syntax
    'Declaration
     
    
    Public NotInheritable Class CellEditCommand 
       Inherits RangeCommand
    'Usage
     
    
    Dim instance As CellEditCommand
    public sealed class CellEditCommand : RangeCommand 
    Inheritance Hierarchy

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

    See Also