IQuoteTableCollectionItem Property |
Namespace: Scripting.QuoteTablesAssembly: Scripting (in Scripting.dll) Version: 1.0.0.0 (1.0.0.0)
SyntaxIQuoteTable this[
string tableName
] { get; }ReadOnly Default Property Item (
tableName As String
) As IQuoteTable
Get
property IQuoteTable^ default[String^ tableName] {
IQuoteTable^ get (String^ tableName);
}function get_Item(tableName);
No code example is currently available or this language may not be supported.
Parameters
- tableName String
- Name of the table.
Property Value
IQuoteTable
The
IQuoteTable.
Return Value
IQuoteTable
See Also