RecordListByIndex Property

Description

Indicates whether to record list objects based on their index ID.

Property type

Read-write property

Syntax

Visual Basic
Public Property RecordListByIndex As Boolean

Return Value

  • True--Records operations on a list item according to its position within the list.
  • False--Records operations on a list item according to its name.

Example

Configure Java (and Advanced Java) Options

See Also