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


In This Topic
    DataValidationCommand Class
    In This Topic
    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
    public sealed class DataValidationCommand : MultiRangeCommand 
    Inheritance Hierarchy

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

    See Also