Search
WorksheetCollection.add Method (String)
See Also
 






Creates a new Worksheet object with the specified name and adds it to the end of the collection. If a worksheet with the specified name already exists, an exception is thrown.

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

 Syntax

Java  Copy Code

public Worksheet add (
    String name
)

 Parameters

name

The name of the new worksheet object.

 Return Value

The newly created Worksheet object.

 See Also