insertrows($self,startrow[,numberOfRows])
The arguments are
a variable of any type, a starting row number, and an optional number
of rows. It inserts the specified numberOfRows above the startrow,
increasing the variable's length. The new rows are filled with Blanks.
The output variable must be the same as the input.
Provide Feedback