RecordTabByIndex Property

Description

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

Property type

Read-write property

Syntax

Visual Basic
Public Property RecordTabByIndex As Boolean

Return Value

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

Example

See Also