constructor(p: GridPanel, rng: CellRange, cell: HTMLElement, updateContent?: boolean): FormatItemEventArgs
FormatItemEventArgsクラスの新しいインスタンスを初期化します。
GridPanel that contains the range.
Range of cells affected by the event.
Element that represents the grid cell to be formatted.
Whether to set the cell content in addition to its dimensions and styles.
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).
FlexGrid.formatItemイベントの引数を提供します。