Spread.NET
In This Topic
    GrapeCity.Spreadsheet.DataValidations
    In This Topic

    Following are the breaking changes for Data Validations.

    Add(RangeReference rangeRef, DataValidationType type, DataValidationErrorStyle errorStyle, DataValidationOperator @operator, string formula1, string formula2 = null) These methods have been deprecated in v12. In the new API's set for v12, similar functions which use Reference instead of RangeReference have been exposed as RangeReference is intended to be used for calculation engine only.
    Add(RangeReference[] rangeRefs, DataValidationType type, DataValidationErrorStyle errorStyle, DataValidationOperator @operator, string formula1, string formula2 = null)

    Back to Breaking Changes for Version 12.45.20181.0.