  | DataMappingTableGetRow Method | 
            Returns row index of the control, or -1 if not found.
            
Namespace: CTExtensions.ExportCore.Config.DataMappingAssembly: CTInterface (in CTInterface.dll) Version: 25.0
Syntaxpublic int GetRow(
	Control control
)
Public Function GetRow ( 
	control As Control
) As Integer
Parameters
- control  Control
 
Return Value
Int32
See Also