Home > Net >  Aspose. Cell set up automatic line height is invalid
Aspose. Cell set up automatic line height is invalid

Time:11-13

Var designer=new WorkbookDesigner {Workbook=wb};
.
Designer. The Workbook. Worksheets [0]. AutoFitRows ();


Aspose. Cell after fill the form, set up automatic line height, multiple rows of data in a Cell only displayed as a line, other data were hidden

Excuse me, how should solve?

CodePudding user response:


To see it Aspose API usage

CodePudding user response:

 
Aspose. Cells. AutoFitterOptions fitOptions=new Aspose. Cells. AutoFitterOptions ();
fitOptions. AutoFitMergedCells=true;
ws. AutoFitRows (fitOptions);

CodePudding user response:

Cell is set to automatic newline
  • Related