Click or drag to resize

IQuoteTableRowCollectionBaseItem Property

Gets the IQuoteTableRowBase at the specified index.

Namespace: Scripting.QuoteTables
Assembly: Scripting (in Scripting.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
IQuoteTableRowBase this[
	int index
] { get; }

Parameters

index  Int32
The index.

Property Value

IQuoteTableRowBase
The IQuoteTableRowBase.

Return Value

IQuoteTableRowBase
See Also