constructor(p: GridPanel, rng: CellRange, data?: any): CellRangeEventArgs
CellRangeEventArgsクラスの新しいインスタンスを初期化します。
GridPanel that contains the range.
Range of cells affected by the event.
Data related to the event.
エクスポートするセル表現を格納します。初期状態では、FlexGridエクスポートによって作成されたデフォルトのセル表現を格納し、イベントハンドラによって変更することで、最終的な内容をカスタマイズすることができます。たとえば、xlsxCell.valueプロパティでセルの内容の変更、 xlsxCell.styleプロパティでセルのスタイルの変更などを行うことができます。
getColumn(binding?: boolean): Column
Whether to get the column by index or by binding. This parameter only makes a difference in grids that have multiple rows per data item (like the MultiRow grid).
getFormattedCell(): HTMLElement
カスタム書式(formatItemイベント、セルテンプレート)が適用されたセルを返します。このメソッドは、カスタム書式のエクスポートが無効 (includeStyles=false)だが、いくつかのセルのカスタムコンテンツ、スタイル、またはその両方をエクスポートする必要がある場合に便利です。
IFlexGridXlsxOptions.formatItemコールバックの引数を表します。