Range.WrapText Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines if Microsoft Excel wraps the text in the object.
public:
property System::Object ^ WrapText { System::Object ^ get(); void set(System::Object ^ value); };
public object WrapText { get; set; }
Public Property WrapText As Object
Property Value
Remarks
This property returns True if Microsoft Excel wraps the text in the object and Null if the specified range contains some cells that wrap text and other cells that don’t.
Microsoft Excel will change the row height of the range, if necessary, to accommodate the text in the range.