ExternalInsertRow method



Inserts one or more empty rows immediately above the specified range.

Syntax

success = waffleObject.ExternalInsertRow(srcRange)

Applies to

Waffle class.

Parameters

srcRange
String. The name of the range above which the rows are inserted. You can specify range coordinates, for example, "A1..D5", or a range name.

Return value

boolean. The value is true if the method succeeds, and false otherwise.

Usage

ExternalInsertRow inserts as many rows as there are in the specified range.

Example
ExternalInsertRow example

See also
ExternalInsertColumn method
ExternalDeleteColumn method
ExternalDeleteRow method