MindFusion.Wpf Pack Programmer's Guide
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.Wpf
Assembly: MindFusion.Spreadsheet.Wpf

 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

Remove Method Overload List
WorksheetCollection Members
WorksheetCollection Class
MindFusion.Spreadsheet.Wpf Namespace