Responder Developer Guide
ActivateRow(DataRowMoniker,Boolean,Boolean,Boolean) Method


Syntax
'Declaration
 
Public Overloads Function ActivateRow( _
   ByVal moniker As DataRowMoniker, _
   ByVal recursive As Boolean, _
   ByVal expandNode As Boolean, _
   ByVal append As Boolean _
) As Boolean
'Usage
 
Dim instance As InfraGridDatasetDecorator
Dim moniker As DataRowMoniker
Dim recursive As Boolean
Dim expandNode As Boolean
Dim append As Boolean
Dim value As Boolean
 
value = instance.ActivateRow(moniker, recursive, expandNode, append)
public bool ActivateRow( 
   DataRowMoniker moniker,
   bool recursive,
   bool expandNode,
   bool append
)

Parameters

moniker
recursive
expandNode
append
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
Overload List

 

 


Send Comment