IDataGridViewEditingCell::GetEditingCellFormattedValue Method (DataGridViewDataErrorContexts)

 

Retrieves the formatted value of the cell.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

Object^ GetEditingCellFormattedValue(
	DataGridViewDataErrorContexts context
)

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
Return to top
Show: