Search
RowCollection.insert Method (Int32)
See Also
 






Inserts a new row at the specified index.

Namespace: com.mindfusion.spreadsheet
Package: com.mindfusion.spreadsheet

 Syntax

Java  Copy Code

public void insert (
    int index
)

 Parameters

index

The zero-based index where the row should be inserted.

 Remarks

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

 See Also