DataGridViewCellFormattingEventArgs Class

Provides data for the CellFormatting event of the DataGridView control.

Namespace: elsystem.windows.forms

Properties

  Additional properties, methods, and events are described in the classes listed under Inheritance Hierarchy (see below).

  Name Type Description
Public property ColumnIndex int Gets the column index of the cell that is being formatted.
Public property FormattingApplied  bool True if the cell value has been successfully formatted, otherwise false.
Public property RowIndex int Gets the row index of the cell that is being formatted.
Inheritance Hierarchy

elsystem.Object

elsystem.EventArgs

elsystem.windows.forms.ConvertEventArgs

elsystem.windows.forms.DataGridViewCellFormattingEventArgs