2.2.3.15 insertArrow

Menu Information

Right-click context menu of worksheet cell: Insert Arrow

Brief Information

Insert arrow into a worksheet cell

Additional Information

X-Function not designed for Auto GetN Dialog.

Command Line Usage

1. insertArrow;

2. insertArrow orng:=col(1)[1];

3. insertArrow type:=down orng:=col(1)[1];

X-Function Execution Options

Please refer to the page for additional option switches when accessing the x-function from script

Variables

Display
Name
Variable
Name
I/O
and
Type
Default
Value
Description
Arrow Type type

Input

int

right

Specify the arrow type.
Option list:

  • right:Right
    The right arrow
  • downright:DownRight
    The down-right arrow
  • down:Down
    The down arrow
  • downleft:DownLeft
    The down-left arrow
  • left:Left
    The left arrow
  • upleft:UpLeft
    The up-left arrow
  • up:Up
    The up arrow
  • upright:UpRight
    The up-right arrow
Cell orng

Output

Range

<active>

Specify the worksheet cell to save the inserted image. E.g. Col(A)[2].

See the syntax here.

Description

This function inserts an arrow in the cell. The right-click context menu for worksheet cell offers an "Insert Arrow" item.

Examples

Right-click a worksheet cell and select Insert Arrow: Right to add a right arrow

Related X-Functions

insertImg, insertGraph