IQuoteTableGetColumnByName Method |
Gets the column.
Namespace: Scripting.QuoteTablesAssembly: Scripting (in Scripting.dll) Version: 1.0.0.0 (1.0.0.0)
SyntaxIQuoteTableColumn GetColumnByName(
string name
)
Function GetColumnByName (
name As String
) As IQuoteTableColumn
IQuoteTableColumn^ GetColumnByName(
String^ name
)
function GetColumnByName(name);
No code example is currently available or this language may not be supported.
Parameters
- name String
-
Field Value
IQuoteTableColumn
The column.
See Also