WrapText Property

Summary

Gets or sets the text wrapping behavior within the cell to allow control on text exceeding the cell's width.

Syntax

TypeScript
JavaScript
Object.defineProperty(CellStyle.prototype, 'wrapText', 
	get: function(), 
	set: function(value) 
) 
wrapText: TextWrap; 

Property Value

An enumeration of type TextWrap that specifies the text wrapping behavior. The options include auto, overflow, wrap, and clip.

Remarks

This property is essential for managing how text is displayed in cells, especially when dealing with variable lengths of content.

Requirements

Target Platforms

See Also

CellStyle Class

CellStyle Members

Leadtools.Document.SheetEditor Namespace

Help Version 23.0.2024.5.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.SheetEditor Assembly
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.