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


DataValidationCommand Class
Represents a command that modifies data validation of a cell or a range of cells. This class cannot be inherited.
Syntax
'Declaration
 
Public NotInheritable Class DataValidationCommand 
   Inherits MultiRangeCommand
 
'Usage
 
Dim instance As DataValidationCommand
Inheritance Hierarchy

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

See Also