The Syncfusion native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
ADAdministrator Syncfusion Team April 4, 2005 07:41 AM UTC
Hi,
Please try using \n inserted at the place where you need the line break
mySheet.Range["A1"].Text = "Hello\nWorld";
mySheet.Range["A1"].CellStyle.WrapText= true;
Thanks,
Stephen.
>in the header row , i''d like to make a line break . example :
>
>My Quantity
>|
>|
>v
>My
>Quantity
>
>how can i do ?
>
>Thxs