ADD_FIRST_ROW

This function inserts at row_index - 0, causing all other rows to shift down by one.

Syntax

ADD_FIRST_ROW(targetFrame, frameToAdd, [addAll])
  • targetFrame - Target frame.

  • frameToAdd - Frame to add.

  • [addAll] - Add all rows? (FALSE by default)

Sample Usage

ADD_FIRST_ROW(D2, A7:B7)
ADD_FIRST_ROW(D2, C3)

Return Value

  • TRUE if function modified the targetFrame.

  • FALSE otherwise.

Notes

In order for ADD_FIRST_ROW to work, the first argument targetFrame must be a FRAME.

See Also

Last updated

Was this helpful?