Back to Devexpress

FormControlCollection.AddGroupBox Method

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

latest896 B
Original Source

FormControlCollection.AddGroupBox Method

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