Gets or sets the text wrapping behavior within the cell to allow control on text exceeding the cell's width.
public TextWrap WrapText { get; set; }
An enumeration of type TextWrap that specifies the text wrapping behavior. The options include Auto, Overflow, Wrap, and Clip.
This property is essential for managing how text is displayed in cells, especially when dealing with variable lengths of content.