Aspose Examples > .NET Components > Aspose.Cells > C# > QuickStart > Controls > Adding ComboBox

 

 Adding ComboBox - Aspose.Cells

This demo shows how to add combobox control in your worksheet using Aspose.Cells for .NET.

To make data entry easier, or to limit entries to certain items that you define, you can create a ComboBox or drop-down list of valid entries that is compiled from cells elsewhere on the worksheet. The demo creates an excel file and by using simple Aspose.Cells APIs it adds a combobox by using range of Cells from A2 to A7 as data source.

Click Process to see how example adds a ComboBox control to the worksheet by using cell range as data source. You can either open the resulting excel file into MS Excel or save directly to your disk.