public interface IPluginDataInputOutput : IPlugin,
IDisposable
Public Interface IPluginDataInputOutput
Inherits IPlugin, IDisposable
public interface class IPluginDataInputOutput : IPlugin,
IDisposable
type IPluginDataInputOutput =
interface
interface IPlugin
interface IDisposable
end
Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable) |
Initialize |
Occurs on initialization of the plug-in.
(Inherited from IPlugin) |
OpenInitialData | Opens the initial data for the worksheet from an externa source. |
SaveResultData | Saves the evaluation results to an external target. |