System.Windows.Forms.DataGridViewCellParsingEventArgs Members

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

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

Public Constructors

Public Properties

[read-only]
ColumnIndexint.

Gets the column index of the cell data that requires parsing.

InheritedCellStyleDataGridViewCellStyle.

Gets or sets the style applied to the edited cell.

ParsingAppliedbool.

Gets or sets a value indicating whether a cell's value has been successfully parsed.

[read-only]
RowIndexint.

Gets the row index of the cell that requires parsing.