コード例 #1
0
        /// <summary/>
        public override void Open(IWorksheetContext context)
        {
            base.Open(context);

            mySheet.Open(Context.ActiveWorkbook);
        }
コード例 #2
0
        /// <summary/>
        public override void Open( IWorksheetContext context )
        {
            base.Open( context );

            mySheet.Open( Context.ActiveWorkbook );
        }
コード例 #3
0
ファイル: AbstractPlugin.cs プロジェクト: bg0jr/Maui
 /// <summary>
 /// Open/activate the plugin. At the time of calling the environment
 /// for the plugin has been set up and the plugin can start working.
 /// </summary>
 public virtual void Open( IWorksheetContext context )
 {
     Context = context;
 }
コード例 #4
0
 /// <summary>
 /// Open/activate the plugin. At the time of calling the environment
 /// for the plugin has been set up and the plugin can start working.
 /// </summary>
 public virtual void Open(IWorksheetContext context)
 {
     Context = context;
 }