GetColumn |
Scroll |
Gets the TheReferencedTableColumn at the specified index.
Namespace: Therefore.API
Visual Basic Public Overridable ReadOnly Function GetColumn(nIndex As Integer) As ITheReferencedTableColumn C# public virtual ITheReferencedTableColumn GetColumn(int nIndex) )
Parameters nIndex The index of column in the referenced table.
Return Value The column with the specified index in the referenced table. |