Alignment.WrapText Property

Wrap Text.Represents the attribte in schema: wrapText

Namespace:  DocumentFormat.OpenXml.Spreadsheet
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<SchemaAttrAttribute(, "wrapText")> _
Public Property WrapText As BooleanValue
    Get
    Set
'Usage
Dim instance As Alignment
Dim value As BooleanValue

value = instance.WrapText

instance.WrapText = value
[SchemaAttrAttribute(, "wrapText")]
public BooleanValue WrapText { get; set; }

Property Value

Type: DocumentFormat.OpenXml.BooleanValue
Returns BooleanValue.

See Also

Reference

Alignment Class

Alignment Members

DocumentFormat.OpenXml.Spreadsheet Namespace