IQuoteTableRowCollectionBaseGetRowById Method |
Gets the row by identifier.
Namespace: Scripting.QuoteTablesAssembly: Scripting (in Scripting.dll) Version: 1.0.0.0 (1.0.0.0)
SyntaxIQuoteTableRowBase GetRowById(
int id
)
Function GetRowById (
id As Integer
) As IQuoteTableRowBase
IQuoteTableRowBase^ GetRowById(
int id
)
No code example is currently available or this language may not be supported.
Parameters
- id Int32
- The identifier.
Return Value
IQuoteTableRowBase
See Also