Skip to content

Latest commit

 

History

History
42 lines (26 loc) · 965 Bytes

Project.Application.WrapText.md

File metadata and controls

42 lines (26 loc) · 965 Bytes
title keywords f1_keywords ms.service api_name ms.assetid ms.date ms.localizationpriority
Application.WrapText method (Project)
vbapj.chm708
vbapj.chm708
project-server
Project.Application.WrapText
0aaabac2-ee1d-694c-45ac-f522a0034724
06/08/2017
medium

Application.WrapText method (Project)

Toggles the Wrap Text setting in a column.

Syntax

expression.WrapText (Column)

expression An expression that returns an Application object.

Parameters

Name Required/Optional Data type Description
Column Optional Integer The target column identifier. If omitted, the WrapText method is applied to the column containing the active cell.

Return value

Boolean

Remarks

The WrapText method corresponds to the Wrap Text command in the option menu for a column.

[!includeSupport and feedback]