Click or drag to resize

IQuoteTableRowCollectionBaseGetRowById Method

Gets the row by identifier.

Namespace: Scripting.QuoteTables
Assembly: Scripting (in Scripting.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
IQuoteTableRowBase GetRowById(
	int id
)

Parameters

id  Int32
The identifier.

Return Value

IQuoteTableRowBase
See Also