Inserts the specified number of rows at the specified index.
Namespace: com.mindfusion.spreadsheet
Package: com.mindfusion.spreadsheet
SyntaxJava
Copy Code
|
|---|
public void insert ( |
The zero-based index where the rows should be inserted.
The number of rows to insert.
RemarksThis method will raise an IllegalStateException exception if the operation would cause filled cells to be shifted beyond the sheet.
See Also