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