What happened to ExcelRW WrapText property?

Hi, I just updated ExcelRW and my code won''t compile: sheet.Range[m_rowIdx,1].WrapText=true; Apparently WrapText is no more.

1 Reply

AD Administrator Syncfusion Team June 30, 2005 10:28 AM UTC

Hi Uri, This was a breaking change in version 3.2.1.0. You can use Syncfusion.ExcelRW.IRange.CellStyle.WrapText. However, we will add this property again in the next release since it was removed by mistake. Sorry for the inconvenience. Thanks, Stephen. >Hi, I just updated ExcelRW and my code won''t compile: > sheet.Range[m_rowIdx,1].WrapText=true; > >Apparently WrapText is no more.

Loader.
Up arrow icon