DataGridViewCellFormattingEventArgs Properties
.NET Framework 4.5
The DataGridViewCellFormattingEventArgs type exposes the following members.
| Name | Description | |
|---|---|---|
|
CellStyle | Gets or sets the style of the cell that is being formatted. |
|
ColumnIndex | Gets the column index of the cell that is being formatted. |
|
DesiredType | Gets the data type of the desired value. (Inherited from ConvertEventArgs.) |
|
FormattingApplied | Gets or sets a value indicating whether the cell value has been successfully formatted. |
|
RowIndex | Gets the row index of the cell that is being formatted. |
|
Value | Gets or sets the value of the ConvertEventArgs. (Inherited from ConvertEventArgs.) |