Returns or sets the value of the selected filter value set. That is, you can select in advance to use the Available values (Show values) or Custom values on the Filter dialog box.
The LimitValueType (Property) uses the BqLimitValueType constant group, which consists of these values:
This example shows how to select the custom values for the second filter item on the Filter dialog box:
ActiveDocument.Sections["Query"].Limits[2].LimitValueType=bqLimitValueTypeCustom