Responder Developer Guide
FindRow Method (InfraGridDatasetDecorator)


Syntax
'Declaration
 
Public Function FindRow( _
   ByVal moniker As DataRowMoniker, _
   ByVal recursive As Boolean _
) As Infragistics.Win.UltraWinGrid.UltraGridRow
'Usage
 
Dim instance As InfraGridDatasetDecorator
Dim moniker As DataRowMoniker
Dim recursive As Boolean
Dim value As Infragistics.Win.UltraWinGrid.UltraGridRow
 
value = instance.FindRow(moniker, recursive)
public Infragistics.Win.UltraWinGrid.UltraGridRow FindRow( 
   DataRowMoniker moniker,
   bool recursive
)

Parameters

moniker
recursive
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

InfraGridDatasetDecorator Class
InfraGridDatasetDecorator Members

 

 


Send Comment