Click or drag to resize

DataMappingTableAddControl Method

Add control to specific cell

Namespace: CTExtensions.ExportCore.Config.DataMapping
Assembly: CTInterface (in CTInterface.dll) Version: 25.0
Syntax
public void AddControl(
	Control control,
	int iCol,
	int iRow
)

Parameters

control  Control
iCol  Int32
iRow  Int32
See Also