Hi,
I am using Ultrawebgridexporter to export a grid to excel sheet, i have to wrap a cell of the grid in excel sheet . I applied the code " e.CurrentWorksheet.Columns[8].CellFormat.WrapText =Infragistics.Excel.ExcelDefaultableBoolean.True;" But no change happens. Help me in wrapping the text in cells.
I am using ultrawebgridextender to export a grid to excel sheet, I want to wrap the Header of the grid in excel sheet. Help me to implement that.