c# - How set height row in excel with NPOI? -


how set height row in c# npoi?

to specify width of columns i'm using xssfsheet.setcolumnwidth, command height of cells like?

the height of row same: xssfsheet.getrow(index).heigh {get;set;}


Comments

Popular posts from this blog

Sort a complex associative array in PHP -

vb.net - How to ignore if a cell is empty nothing -