Web API Edition | ComponentOne
C1.Web.Api.Excel Namespace / Style Class / WrapText Property

In This Topic
    WrapText Property
    In This Topic
    Gets or sets a value indicating whether allow text wrap.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(False)>
    <XmlAttributeAttribute()>
    Public Property WrapText As Boolean
    [DefaultValue(false)]
    [XmlAttribute()]
    public bool WrapText {get; set;}
    See Also