IQuoteTableRowCollectionBaseItem Property |
Namespace: Scripting.QuoteTablesAssembly: Scripting (in Scripting.dll) Version: 1.0.0.0 (1.0.0.0)
SyntaxIQuoteTableRowBase this[
int index
] { get; }ReadOnly Default Property Item (
index As Integer
) As IQuoteTableRowBase
Get
property IQuoteTableRowBase^ default[int index] {
IQuoteTableRowBase^ get (int index);
}function get_Item(index);
No code example is currently available or this language may not be supported.
Parameters
- index Int32
- The index.
Property Value
IQuoteTableRowBase
The
IQuoteTableRowBase.
Return Value
IQuoteTableRowBase
See Also