Click or drag to resize

CellFormat TextWrap Property

Gets or sets a value indicating whether [text wrap].

Namespace: Spire.Doc.Formatting
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public bool TextWrap { get; set; }

Property Value

Type: Boolean
true if it specifies text wrap, set to true .
See Also