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


In This Topic
    GetEditedFormattedValue(Int32,DataGridViewDataErrorContexts) Method
    In This Topic
    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)
    public System.object GetEditedFormattedValue( 
       System.int rowIndex,
       System.Windows.Forms.DataGridViewDataErrorContexts 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