Responder Developer Guide
ColumnMatcher Constructor(DataRow,DataSetConfig,TableStyle)


Syntax
'Declaration
 
Public Function New( _
   ByVal dataRow As DataRow, _
   ByVal configurator As DataSetConfig, _
   ByVal tableStyle As TableStyle _
)
'Usage
 
Dim dataRow As DataRow
Dim configurator As DataSetConfig
Dim tableStyle As TableStyle
 
Dim instance As New ColumnMatcher(dataRow, configurator, tableStyle)
public ColumnMatcher( 
   DataRow dataRow,
   DataSetConfig configurator,
   TableStyle tableStyle
)

Parameters

dataRow
configurator
tableStyle
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

ColumnMatcher Class
ColumnMatcher Members
Overload List

 

 


Send Comment