Hello. I am trying to set a default height using the following code:
worksheet.DefaultRowHeight = new RowHeight(UnitHelper.PointToDip(13),true);
But it is not working. How can I set it up? Thank you.
Hello. I am trying to set a default height using the following code:
worksheet.DefaultRowHeight = new RowHeight(UnitHelper.PointToDip(13),true);
But it is not working. How can I set it up? Thank you.