FormControlCollection.AddLabel Method
Name | Parameters | Description |
---|---|---|
AddLabel(Cell, Single, Single) | topLeftCell, width, height | Creates a label form control so that the top left corner of the label is located at the specified cell. |
AddLabel(CellRange) | targetRange | Creates a label form control at the specified cell range. |
AddLabel(Single, Single, Single, Single) | x, y, width, height | Creates a label form control in the specified worksheet area. |