Skip to content

Latest commit

 

History

History
47 lines (29 loc) · 1.46 KB

Project.Application.SelectTaskColumn.md

File metadata and controls

47 lines (29 loc) · 1.46 KB
title keywords f1_keywords ms.service api_name ms.assetid ms.date ms.localizationpriority
Application.SelectTaskColumn method (Project)
vbapj.chm2065
vbapj.chm2065
project-server
Project.Application.SelectTaskColumn
f4269749-de44-d7dd-de74-c95a046411fe
06/08/2017
medium

Application.SelectTaskColumn method (Project)

Selects a column containing task information.

Syntax

expression. SelectTaskColumn( _Column_, _Additional_, _Extend_, _Add_ )

expression A variable that represents an Application object.

Parameters

Name Required/Optional Data type Description
Column Optional String The field name of the column to select. The default is the column containing the active cell.
Additional Optional Integer The number of additional columns to select to the right of Column. If Extend is True, Additional is ignored. The default value is 0.
Extend Optional Boolean True if all columns between the current selection and Column are selected. The default value is False.
Add Optional Boolean True if the current column is included in the selection. The default value is False.

Return value

Boolean

Remarks

The SelectTaskColumn method is only available when the Gantt Chart, Task Sheet, or Task Usage view is the active view.

[!includeSupport and feedback]