Skip to content

Latest commit

 

History

History
45 lines (27 loc) · 1.1 KB

Project.Application.SelectCellUp.md

File metadata and controls

45 lines (27 loc) · 1.1 KB
title keywords f1_keywords ms.service api_name ms.assetid ms.date ms.localizationpriority
Application.SelectCellUp method (Project)
vbapj.chm2049
vbapj.chm2049
project-server
Project.Application.SelectCellUp
d2e2aecc-0a05-7dd5-23da-a47ffe161028
06/08/2017
medium

Application.SelectCellUp method (Project)

Selects cells upward from the current selection.

Syntax

expression. SelectCellUp( _NumCells_, _Extend_ )

expression A variable that represents an Application object.

Parameters

Name Required/Optional Data type Description
NumCells Optional Long The number of cells to select upward from the current selection. The default value is 1.
Extend Optional Boolean True if the current selection is extended to the specified cell. The default value is False.

Return value

Boolean

Remarks

The SelectCellUp method is not available when the Calendar, Network Diagram, or Resource Graph is the active view.

[!includeSupport and feedback]