DataValidation Constructor GemBox.Spreadsheet Help
Overload List

  NameDescription
Public methodDataValidation 
Initializes a new instance of the DataValidation class.
Public methodDataValidation( CellRange )
Initializes a new instance of the DataValidation class with specified cell ranges on which this data validation will be applied.
Public methodDataValidation(IEnumerable CellRange )
Initializes a new instance of the DataValidation class with specified cell ranges on which this data validation will be applied.
Public methodDataValidation(ExcelWorksheet, IEnumerable String )
Initializes a new instance of the DataValidation class with specified worksheet and cell references on which this data validation will be applied.
Public methodDataValidation(ExcelWorksheet,  String )
Initializes a new instance of the DataValidation class with specified worksheet and cell references on which this data validation will be applied.
Back to Top
See Also