Click or drag to resize

IQuoteTableCollectionItem Property

Gets the IQuoteTable with the specified table name.

Namespace: Scripting.QuoteTables
Assembly: Scripting (in Scripting.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
IQuoteTable this[
	string tableName
] { get; }

Parameters

tableName  String
Name of the table.

Property Value

IQuoteTable
The IQuoteTable.

Return Value

IQuoteTable
See Also