title | keywords | f1_keywords | ms.service | api_name | ms.assetid | ms.date | ms.localizationpriority | ||
---|---|---|---|---|---|---|---|---|---|
Application.FilterShowSummaryRows method (Project) |
vbapj.chm2297 |
|
project-server |
|
173bf591-7579-505f-3cbd-42eaddb231ad |
06/08/2017 |
medium |
Shows or hides the related summary rows.
expression. FilterShowSummaryRows
( _On_
)
expression An expression that returns an Application object.
Name | Required/Optional | Data type | Description |
---|---|---|---|
On | Required | Boolean | True if summary rows are shown; otherwise, False. |
Boolean
The FilterShowSummaryRows method corresponds to the following command on the ribbon: on the View tab, click the Filter drop-down list box in the Data section, and then click Show Related Summary Rows.
If the current filter shows only completed tasks, for example, the following command shows the summary tasks.
FilterShowSummaryRows (true)
[!includeSupport and feedback]