Click or drag to resize

IQuoteTableCellCollectionBaseItem Property

Gets the [!:IQuote2TableCellBase] with the specified column name.

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

Parameters

columnName  String
Name of the column.

Property Value

IQuoteTableCellBase
The [!:IQuote2TableCellBase].

Return Value

IQuoteTableCellBase
See Also