DataGridViewCellParsingEventArgs Properties
.NET Framework 4.5
The DataGridViewCellParsingEventArgs type exposes the following members.
| Name | Description | |
|---|---|---|
|
ColumnIndex | Gets the column index of the cell data that requires parsing. |
|
DesiredType | Gets the data type of the desired value. (Inherited from ConvertEventArgs.) |
|
InheritedCellStyle | Gets or sets the style applied to the edited cell. |
|
ParsingApplied | Gets or sets a value indicating whether a cell's value has been successfully parsed. |
|
RowIndex | Gets the row index of the cell that requires parsing. |
|
Value | Gets or sets the value of the ConvertEventArgs. (Inherited from ConvertEventArgs.) |