DRAW.LABEL
Define a graphical text object.
Syntax
=DRAW.LABEL(X, Y, Width, Height, [LineColor], [FillColor], [Angle], Text)
Arguments
Name | Description |
---|---|
X | X Coordinate in 1/100th mm |
Y | Y Coordinate in 1/100th mm |
Width | Width in 1/100th mm |
Height | Height in 1/100th mm |
LineColor (optional) | Options: - None for no line - Hexadecimal color value ( #FF0000 for Red) |
FillColor (optional) | Hexadecimal color value (#FF0000 for Red) |
Angle (optional) | Angle in radians. |
Text | Text to display |
Return
TRUE, if label could be created.
Hint
This function should not be used in a cell
Examples
Formula | Result | Comment |
---|---|---|
| TRUE | Creates a label with "Text". |