AnyValueDataValidationRule rule = new AnyValueDataValidationRule();
rule.InputMessageTitle = "Experience";
rule.InputMessageDescription = "Please list the frameworks your have experience with in this box";
this.XamSpreadsheet1.Workbook.Worksheet[0].Rows[20].Cells[3].DataValidationRule = rule;