Back to Devexpress

FormControlCollection.AddListBox Method

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

latest885 B
Original Source

FormControlCollection.AddListBox Method

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