ArcFM Solution Developer Guide
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 TreeGridViewTextBoxCell
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 XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

TreeGridViewTextBoxCell Class
TreeGridViewTextBoxCell Members

 

 


Send Comment