'Usage
Dim instance As IStructuredObject Dim id As Integer Dim value As Integer value = instance.GetColumnIndex(id)
Parameters
- id
- An integer value indicates the column unique ID inside the structure object.
Return Value
An System.Int32 value represents the table column index of the specified column.