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
SyntaxC#
Copy Code
|
|---|
public void Remove ( |
Visual Basic
Copy Code
|
|---|
Public Sub Remove( _ |
The name of the worksheet to remove.
See Also