Inserts the specified number of columns at the specified index.
Namespace: com.mindfusion.spreadsheet
Package: com.mindfusion.spreadsheet
Java
![]() |
---|
public void insert ( |
The zero-based index where the columns should be inserted.
The number of columns to insert.
This method will raise an IllegalArgumentException exception if the operation would cause filled cells to be shifted beyond the sheet.
JSpreadsheet Programmer's Guide | © 2024 MindFusion |