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