Search
WorksheetCollection.remove Method (String)
See Also
 






Removes the Worksheet object with the specified name from the collection. If there is no worksheet with the specified name, the method has no effect.

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

 Syntax

Java  Copy Code

public void remove (
    String name
)

 Parameters

name

The name of the worksheet to remove.

 See Also