JetIndexCollection.Item Property
[This is preliminary documentation and subject to change.]
Gets the JetIndex object at the given index.
[Visual Basic]
Public Default ReadOnly Property Item( _
ByVal
Int32 As
Integer _
) As
[C#]
public
this[
Int32 iIndex] {get;}
Parameters
-
Int32
- Zero-based index.
See Also
JetIndexCollection Class | Primeworks.DataPortSync.Jet Namespace