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