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


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

Parameters

dataRow
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

MainGridDecorator Class
MainGridDecorator Members
Overload List

 

 


Send Comment