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