Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Introducedin
8.4
8.4
Description

Excerpt

Returns the SourceField at the specified index.

Signature
C#
C#
  public SourceField this[int index] { get; }
Signature
vb.net
vb.net

Public Default ReadOnly Property Item(ByVal index As Integer) As SourceField

Parameters

Param
index
index

The 0-based index of the SourceField to return.

...