バージョン

OnDocumentRowExporting メソッド

行がエクスポートされる前に呼び出されます。
シンタックス
'宣言
 
Public Overridable Function OnDocumentRowExporting( _
   ByVal e As DocumentGridRowExportingEventArgs _
) As Boolean
public virtual bool OnDocumentRowExporting( 
   DocumentGridRowExportingEventArgs e
)

パラメータ

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

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

参照