Inserts new cells in the current range of cells. The existing cells are pushed down or right based on the value of direction.
Namespace: com.mindfusion.spreadsheet
Package: com.mindfusion.spreadsheet
SyntaxJava
Copy Code
|
|---|
public void insert ( |
Specifies the direction to push the existing cells in the range.
RemarksThis method will raise an IllegalStateException exception if the operation would cause filled cells to be shifted beyond the sheet.
See Also