System.Windows.Forms.DataGridViewCellFormattingEventArgs: Property Members

The properties of System.Windows.Forms.DataGridViewCellFormattingEventArgs are listed below. For a list of all members, see the DataGridViewCellFormattingEventArgs Members list.

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

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.