title | ms.service | api_name | ms.assetid | ms.date | ms.localizationpriority | |
---|---|---|---|---|---|---|
Project.AutoFilter property (Project) |
project-server |
|
3e6960f7-8a8a-6300-d74b-4e009fbcfca2 |
06/08/2017 |
medium |
Gets or sets whether the AutoFilter feature is turned on for a project. Read/write Boolean.
expression. AutoFilter
expression A variable that represents a Project object.
The AutoFilter setting is in the Filter drop-down list on the View tab of the Ribbon.
The following example turns on AutoFilter in the active project.
Sub turnOnAutoFilter()
ActiveProject.AutoFilter = True
End Sub
[!includeSupport and feedback]