IDataGridViewEditingCell::GetEditingCellFormattedValue Method (DataGridViewDataErrorContexts)
.NET Framework (current version)
Retrieves the formatted value of the cell.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Parameters
- context
-
Type:
System.Windows.Forms::DataGridViewDataErrorContexts
A bitwise combination of DataGridViewDataErrorContexts values that specifies the context in which the data is needed.
Return Value
Type: System::Object^An Object that represents the formatted version of the cell contents.
The formatted value represents the value as it is displayed in the cell's user interface. The formatted value may be different in absolute value and even data type than the actual value contained in the cell.
To set the formatted value of the cell, use the EditingCellFormattedValue property.
.NET Framework
Available since 2.0
Available since 2.0
Show: