RefreshAvailableValues (Method)

Applies To:

Limit object

Description:

Generates values for a limit. This is like clicking the Show Values button on the Limit dialog box.

Syntax:

Expression.RefreshAvailableValues()

Expression Required:

An expression that returns a Limit object

Example:

This example shows how to update the available values for the Unit Sales limit:

ActiveDocument.Sections["SalesQuery"].Limits["Unit Sales"]. RefreshAvailableValues()