'Usage
Dim instance As IStructuredObject Dim id As Integer Dim value As String value = instance.GetColumnName(id)
Parameters
- id
- An integer value indicates the column unique ID inside the structure object.
Return Value
A string indicates the column name.