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: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms

 Syntax

C#  Copy Code

public void Remove (
    Worksheet worksheet
)

Visual Basic  Copy Code

Public Sub Remove( _
    worksheet As Worksheet _
)

 Parameters

worksheet

The worksheet to remove.

 See Also