Search
WorksheetCollection.insert Method (Int32)
See Also
 






Creates a new Worksheet object and adds it at the specified index within the collection.

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

 Syntax

Java  Copy Code

public Worksheet insert (
    int index
)

 Parameters

index

The zero-based index where the new worksheet should be added.

 Return Value

The newly created Worksheet object.

 See Also