Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 1.01 KB

Project.Application.FillDown.md

File metadata and controls

37 lines (24 loc) · 1.01 KB
title keywords f1_keywords ms.service api_name ms.assetid ms.date ms.localizationpriority
Application.FillDown method (Project)
vbapj.chm218
vbapj.chm218
project-server
Project.Application.FillDown
5ccb5f67-64c1-9230-ca58-52bd9bd2c4d5
06/08/2017
medium

Application.FillDown method (Project)

Fills the selected cells or rows with the values in the specified cell or row of the selection.

Syntax

expression.FillDown (Down)

expression A variable that represents an Application object.

Parameters

Name Required/Optional Data type Description
Down Optional Boolean True if values in the top cell or row of the selection are copied down to the other selected cells or rows. False if values in the bottom cell or row of the selection are copied up to the other selected cells or rows. The default value is True.

Return value

Boolean

[!includeSupport and feedback]