Skip to content

Latest commit

 

History

History
44 lines (26 loc) · 1.13 KB

Project.Application.FillAcross.md

File metadata and controls

44 lines (26 loc) · 1.13 KB
title keywords f1_keywords ms.service api_name ms.assetid ms.date ms.localizationpriority
Application.FillAcross method (Project)
vbapj.chm244
vbapj.chm244
project-server
Project.Application.FillAcross
9ab6a32a-84b4-e9c5-2632-b02205275e82
06/08/2017
medium

Application.FillAcross method (Project)

Fills the selected cells or columns with the values in the specified cell or column of the selection.

Syntax

expression. FillAcross( _Right_ )

expression A variable that represents an Application object.

Parameters

Name Required/Optional Data type Description
Right Optional Boolean True if values in the leftmost cell or column of the selection are copied right to the other selected cells or columns. False if values in the rightmost cell or column are copied left to the other selected cells or columns. The default value is True.

Return value

Boolean

Remarks

The FillAcross method is only available in timephased cells of usage views.

[!includeSupport and feedback]