IQuoteTableRowCollectionBaseIndexOf Method |
Index of provided row.
Namespace: Scripting.QuoteTablesAssembly: Scripting (in Scripting.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxint IndexOf(
IQuoteTableRowBase row
)
Function IndexOf (
row As IQuoteTableRowBase
) As Integer
int IndexOf(
IQuoteTableRowBase^ row
)
No code example is currently available or this language may not be supported.
Parameters
- row IQuoteTableRowBase
- The row.
Return Value
Int32
See Also