Hello
I try to used the custom datavalidation
var validate = worksheet.Column(count).AsRange().SetDataValidation();
validate.Custom("###+###");
where "###+###" is string an d # is a number (exemple : (111+222 or 147+258)
Unfortunately, nothing work
Can you help me?
I try to used the custom datavalidation
var validate = worksheet.Column(count).AsRange().SetDataValidation();
validate.Custom("###+###");
where "###+###" is string an d # is a number (exemple : (111+222 or 147+258)
Unfortunately, nothing work
Can you help me?