バージョン

OnCellExporting メソッド

グリッドセルがExcelにエクスポートされる前に呼び出されます。
シンタックス
'宣言
 
Protected Overridable Sub OnCellExporting( _
   ByVal e As CellExportingEventArgs _
) 
protected virtual void OnCellExporting( 
   CellExportingEventArgs e
)

パラメータ

e
エクスポートされたセルに関する情報を含むオブジェクト。
参照