Nevron.UI.WinForm.Controls Namespace / NDataGridViewDetailsCell Class / GetEditedFormattedValue(Int32,DataGridViewDataErrorContexts) Method


GetEditedFormattedValue(Int32,DataGridViewDataErrorContexts) Method
Syntax
'Declaration
 
Public Function GetEditedFormattedValue( _
   ByVal rowIndex As System.Integer, _
   ByVal context As System.Windows.Forms.DataGridViewDataErrorContexts _
) As System.Object
 
'Usage
 
Dim instance As NDataGridViewDetailsCell
Dim rowIndex As System.Integer
Dim context As System.Windows.Forms.DataGridViewDataErrorContexts
Dim value As System.Object
 
value = instance.GetEditedFormattedValue(rowIndex, context)

Parameters

rowIndex
context
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also