ADD_LAST_ROW
Inserts row to the end of the frame.
Syntax
ADD_LAST_ROW(targetFrame, frameToAdd, [addAll])targetFrame - Target Frame.
frameToAdd - Frame/range to add.
[addAll] - Add all rows? (FALSE by default)
Sample Usage
ADD_LAST_ROW(C1, A5:B5)
ADD_LAST_ROW(C1, C2)Return Value
TRUE if function modified the targetFrame.
FALSE otherwise.
Notes
See Also
Last updated
Was this helpful?