Search
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