Set position
Anatomy
<excel:setpos sheet="(current sheet)" row="(current row)" col="(current column)" coords="string"/>
Parents: excel:workbook
Description: EXCEL:SETPOS sets the position of the cell cursor by given indices or by given coordinates.
By index
By index
| Name | Type | Description | Defined By |
|---|---|---|---|
| sheet | int | Sheet index | excel:setpos |
| row | int | Row index | excel:setpos |
| col | int | Column index | excel:setpos |
By coordinates
| Name | Type | Description | Defined By |
|---|---|---|---|
| coords | string | Cell coordinates | excel:setpos |