Back to Devexpress

FormControlCollection.AddComboBox Method

officefileapi-devexpress-dot-spreadsheet-dot-formcontrolcollection-dot-addcombobox.md

latest896 B
Original Source

FormControlCollection.AddComboBox Method

NameParametersDescription
AddComboBox(Cell, Single, Single)topLeftCell, width, heightCreates a combo box form control so that the top left corner of the combo box is located at the specified cell.
AddComboBox(CellRange)targetRangeCreates a combo box form control at the specified cell range.
AddComboBox(Single, Single, Single, Single)x, y, width, heightCreates a combo box form control in the specified worksheet area.