I am using below code to create a dropdownlist in Excel with "Yes,No" vallues displayed, but initially it is showing blank
worksheet.Range("I4:I5").Validation.Add(ValidationType.List, ValidationAlertStyle.Information, ValidationOperator.Default, "Yes,No", Nothing)
Initially I want default to set to "No", and the excel cell should be appear with arrow initially- which is not happening
Please help me out, how to do this using spreadsheet gear in VB.Net
THanks Ramesh