System.Windows.Forms.DataGridViewCellFormattingEventArgs Members

The members of System.Windows.Forms.DataGridViewCellFormattingEventArgs are listed below.

See Also: Inherited members from System.Windows.Forms.ConvertEventArgs

Public Constructors

Public Properties

CellStyleDataGridViewCellStyle.

Gets or sets the style of the cell that is being formatted.

[read-only]
ColumnIndexint.

Gets the column index of the cell that is being formatted.

FormattingAppliedbool.

Gets or sets a value indicating whether the cell value has been successfully formatted.

[read-only]
RowIndexint.

Gets the row index of the cell that is being formatted.