I’m generating Excel in which multiple dropdown gets created with dynamic range. i want Vertical scroll bar inside combobox. How will i have that functionality )(With c# code) ?
Please my Code and attached image: (InputRange can be dynamic)vertical scroll.png (8.9 KB)
Aspose.Cells.Drawing.ComboBox cb = null;
cb = worksheet.Shapes.AddComboBox(7, 0, 1, 0, 20, 160);
cb.InputRange = “Sheet1!A1:A2”;