XmlMappedRange.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.
Gets or sets a value that indicates whether Microsoft Office Excel wraps the text in the XmlMappedRange control.
public:
property System::Object ^ WrapText { System::Object ^ get(); void set(System::Object ^ value); };
public object WrapText { get; set; }
member this.WrapText : obj with get, set
Public Property WrapText As Object
Property Value
true
if Excel wraps the text in the XmlMappedRange control; otherwise, false
.
Remarks
Excel changes the row height of the XmlMappedRange control, if necessary, to accommodate the text.