←Select platform

WrapText Property

Summary

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

Syntax

C#
C++/CLI
Python
public TextWrap WrapText { get; set; } 
public:  
   property TextWrap^ WrapText 
   { 
      TextWrap^ get() 
      void set(TextWrap^ value) 
   } 
WrapText # get and set (CellStyle) 

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.LEADOffice.Sheet Namespace

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

Leadtools.Document.LEADOffice Assembly

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