DRAW.LINE
Define a graphical line.
Syntax
=DRAW.LINE(X1, Y1, X2, Y2, [LineColor])
Arguments
Name | Description |
---|---|
X1 | X Start Coordinate in 1/100th mm |
Y1 | Y Start Coordinate in 1/100th mm |
X2 | X End Coordinate in 1/100th mm |
Y2 | Y End Coordinate in 1/100th mm |
LineColor (optional) | - Hexadecimal color value (#FF0000 for Red) |
Return
TRUE, if line could be created.
Hint
This function should not be used in a cell
Examples
Formula | Result | Comment |
---|---|---|
| TRUE | Draw a line. |