ADD_ROW

Inserts row to the end of the frame.‌

Syntax

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

  • frameToAdd - Frame/range to add.

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

Sample Usage

ADD_ROW(C1, A5:B5)
ADD_ROW(C1,C2)

Return Value

  • TRUE if function modified the targetFrame.

  • FALSE otherwise.

Notes

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

See Also

Last updated

Was this helpful?