Search
ColumnCollection.insert Method (Int32, Int32)
See Also
 






Inserts the specified number of columns at the specified index.

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

 Syntax

Java  Copy Code

public void insert (
    int index,
    int count
)

 Parameters

index

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

count

The number of columns to insert.

 Remarks

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

 See Also