'Declaration Function GetColumnName( _ ByVal columnIndexInTable As System.Integer _ ) As System.String
'Usage Dim instance As ITableStruct Dim columnIndexInTable As System.Integer Dim value As System.String value = instance.GetColumnName(columnIndexInTable)
System.string GetColumnName( System.int columnIndexInTable )
Parameters
- columnIndexInTable
- The column index beside table.