MindFusion.Java Package Programmer's Guide
WorksheetCollection.remove Method (Worksheet)
See Also
 






Removes the specified Worksheet object from the collection. If the worksheet is not part of the collection, the method has no effect.

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

 Syntax

Java  Copy Code

public void remove (
    Worksheet worksheet
)

 Parameters

worksheet

The worksheet to remove.

 See Also

remove Method Overload List
WorksheetCollection Members
WorksheetCollection Class
com.mindfusion.spreadsheet Namespace