Back to Devexpress

FormControlCollection.AddLabel Method

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

latest859 B
Original Source

FormControlCollection.AddLabel Method

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