Removes the specified element from the collection.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public bool Remove ( |
Visual Basic
Copy Code
|
|---|
Public Function Remove( _ |
The element to remove from the collection.
true if item was successfully removed from the collection; otherwise, false.
See Also