Generates values for a limit. This is like clicking the Show Values button on the Limit dialog box.
Expression.RefreshAvailableValues()
An expression that returns a Limit object
This example shows how to update the available values for the Unit Sales limit:
ActiveDocument.Sections["SalesQuery"].Limits["Unit Sales"]. RefreshAvailableValues()