Click or drag to resize

IQuoteTableCellCollectionItem Property

Gets the IQuoteTableCell with the specified column name.

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

Parameters

columnName  String
Name of the column.

Property Value

IQuoteTableCell
The IQuoteTableCell.

Return Value

IQuoteTableCell
See Also