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

 Syntax

C#  Copy Code

public void Remove (
    string name
)

Visual Basic  Copy Code

Public Sub Remove( _
    name As String _
)

 Parameters

name

The name of the worksheet to remove.

 See Also