Skip to content

Latest commit

 

History

History
54 lines (31 loc) · 1.21 KB

Project.Application.FilterShowSummaryRows.md

File metadata and controls

54 lines (31 loc) · 1.21 KB
title keywords f1_keywords ms.service api_name ms.assetid ms.date ms.localizationpriority
Application.FilterShowSummaryRows method (Project)
vbapj.chm2297
vbapj.chm2297
project-server
Project.Application.FilterShowSummaryRows
173bf591-7579-505f-3cbd-42eaddb231ad
06/08/2017
medium

Application.FilterShowSummaryRows method (Project)

Shows or hides the related summary rows.

Syntax

expression. FilterShowSummaryRows( _On_ )

expression An expression that returns an Application object.

Parameters

Name Required/Optional Data type Description
On Required Boolean True if summary rows are shown; otherwise, False.

Return value

Boolean

Remarks

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.

Example

If the current filter shows only completed tasks, for example, the following command shows the summary tasks.

FilterShowSummaryRows (true)

[!includeSupport and feedback]