IDisposable.Dispose implementation.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public void Dispose () |
Visual Basic
Copy Code
|
|---|
Public Sub Dispose () |
RemarksCall this method to execute the command. If the command is already executed or cancelled, this method has no effect.
See Also