Skip to content

Latest commit

 

History

History
45 lines (27 loc) · 1.12 KB

Project.Application.SelectCellLeft.md

File metadata and controls

45 lines (27 loc) · 1.12 KB
title keywords f1_keywords ms.service api_name ms.assetid ms.date ms.localizationpriority
Application.SelectCellLeft method (Project)
vbapj.chm2047
vbapj.chm2047
project-server
Project.Application.SelectCellLeft
39bcb2db-cf65-0dc4-2594-9b3c58c4c7c9
06/08/2017
medium

Application.SelectCellLeft method (Project)

Selects cells to the left of the current selection.

Syntax

expression. SelectCellLeft( _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 to the left of 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 SelectCellLeft method is not available when the Calendar, Network Diagram, or Resource Graph is the active view.

[!includeSupport and feedback]