Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin
scrollbar

Accessing Excel using Visual Studio Tools for the Microsoft Office system

...

Code Block
using System;
using System.Windows.Forms;  
using org.OpenMI.Standard;
using orgOatc.OpenMI.Sdk.Backbone; 
using System.Diagnostics;
using orgOatc.OpenMI.Sdk.DevelopmentSupport;
using orgOatc.OpenMI.Tools.DataMonitor;
using System.Collections;
using System.Threading;
using System.Reflection;
using System.Runtime.InteropServices;
using Excel=Microsoft.Office.Interop.Excel;

...