Quantcast
Channel: Active questions tagged excel - Stack Overflow
Viewing all articles
Browse latest Browse all 88030

C# Excel Add In programmatically Add In Memory Drop Down with multiple selection on Excel sheet?

$
0
0

Add In Memory Drop Down/Pick list with multiple selection

CellRange range7 = workbook.Worksheets[0].Range["H2:H30"];  
workbook.Worksheets[0].Range["Z"+b].DataValidation.DataRange = range7;

above the code only single selection of drop down list but how to implementation for multiple selection? result will be look like below the image


Viewing all articles
Browse latest Browse all 88030

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>