バージョン

DocumentSummaryCellExportedEventArgs コンストラクタ

DocumentSummaryCellExportedEventArgs オブジェクトを新規作成します。
シンタックス
'宣言
 
Public Function New( _
   ByVal column As ControlDataField, _
   ByVal summary As Summary, _
   ByVal cellElement As IGridCell _
)
public DocumentSummaryCellExportedEventArgs( 
   ControlDataField column,
   Summary summary,
   IGridCell cellElement
)

パラメータ

column
サマリーが属する列。
summary
エクスポートされているサマリー。
cellElement
グリッド セルがエクスポートされたドキュメント内のセル。
参照