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


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

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

See Also