EndLimitName (Property)

Applies To:

Parentheses object

Description:

When the Parentheses (Collections) is invoked, the EndLimitName (Property) sets the limit value and inserts the ending (closing) parentheses. This property is often used with the BeginLimitName (Property).

Action:

Read-only, EndLimitName as String

Example:

This example shows how to display the name of the ending limit value enclosed in a parenthetical expression on the Limit Line:

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