Excel for .NET
XLProgressEventHandler デリゲート

C1.Excel アセンブリ > C1.Excel 名前空間 : XLProgressEventHandler デリゲート
C1XLBookC1XLBook.Progress イベントを処理するメソッドを表します。
シンタックス
'宣言
 
Public Delegate Sub XLProgressEventHandler( _
   ByVal sender As System.Object, _
   ByVal e As XLProgressEventArgs _
) 
public delegate void XLProgressEventHandler( 
   System.object sender,
   XLProgressEventArgs e
)

パラメータ

sender
e
参照

XLProgressEventHandler メンバ
C1.Excel 名前空間