UPDATE_FIRST_ROW

Updates the first row in an existing frame.

Syntax

UPDATE_FIRST_ROW(targetFrame, frameOrRangeToUpdateWith)
  • targetFrame - Target Frame.

  • frameOrRangeToUpdateWith - Frame/range to update with.

Sample Usage

UPDATE_FIRST_ROW(C1, C2)
UPDATE_FIRST_ROW(C1, A6:B6)

Return Value

  • TRUE if function modified the targetFrame.

  • FALSE otherwise.

Notes

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

See Also

Last updated

Was this helpful?