BeginLimitName (Property)

Applies To:

Parentheses object

Description:

When Parentheses (Collections) is invoked, the BeginLimitName (Property) enables you to set the limit value before the first parentheses is inserted. This property is often used with the EndLimitName (Property).

Action:

Read-only, BeginLimitName as String

Example:

This example shows how to display the name of the beginning limit value enclosed in a parenthetical expression on the limit line:

Alert(ActiveDocument.Sections["Query"].Limits.Parentheses["State Province,City"].BeginLimitName)