Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Copies the specified row.
Syntax
public void insertRow(
int _row,
[int _workSheet,
int _offset,
boolean _clear])
Run On
Called
Parameters
- _row
Type: int
The index of the row to be copied.
- _workSheet
Type: int
The ID of the worksheet.
- _offset
Type: int
The offset at which the row should be copied.
- _clear
Type: boolean
If true, data is removed from the row before copying.