Search
WorksheetCollection.add Method ()
See Also
 






Creates a new Worksheet object and adds it to the end of the collection.

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

 Syntax

Java  Copy Code

public Worksheet add ()

 Return Value

The newly created Worksheet object.

 See Also