GSheets Operator > Google Sheets Sheet Tab Data > Insert Row At

Insert Row At

Inserts the specified row at the specified index provided that the array length matches GetColumnCount() or if this object's range is blank.

Inputs

In
Exec

Target
Google Sheets Sheet Tab Data Object Reference

In String Array
Array of Strings

An array of strings of a length matching GetColumnCount() or any length if this object's range is blank.

Index to Insert
Integer

The index at which the specified values will be placed into the 2d array.

Outputs

Out
Exec

Return Value
Boolean

Whether the array could be added.