Search
CellRange.insert Method
See Also
 






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

 Syntax

Java  Copy Code

public void insert (
    PushDirection direction
)

 Parameters

direction

Specifies the direction to push the existing cells in the range.

 Remarks

This method will raise an IllegalStateException exception if the operation would cause filled cells to be shifted beyond the sheet.

 See Also