A Sandcastle Documented Class Library
WrapText Property
Namespaces ► Yogesh.ExcelXml ► AlignmentOptions ► WrapText
Gets or sets text wrap setting

C# | Visual Basic | Visual C++ |
public bool WrapText { get; set; }
Public Property WrapText As Boolean
public: virtual property bool WrapText { bool get () sealed; void set (bool value) sealed; }