バージョン

OnSummaryCellExported メソッド (WebDocumentExporter)

セルがエクスポートされた後に起動されます。
シンタックス
'宣言
 
Public Overridable Sub OnSummaryCellExported( _
   ByVal e As DocumentSummaryCellExportedEventArgs _
) 
public virtual void OnSummaryCellExported( 
   DocumentSummaryCellExportedEventArgs e
)

パラメータ

e
イベントに渡される情報を含む DocumentSummaryCellExportedEventArgs イベント引数。
解説

このメソッドは SummaryCellExported イベントを生成します。

参照