Row height calculate algorithm

114 Views Asked by At

What is the algorithm for calculating row height in Excel? I need to output the exact value, I have found other solutions but there is a slight error

I saw this article but it has an error url

or if there is a library in Java, you can say that

1

There are 1 best solutions below

1
Brian On

Using VBA? Could use Range.RowHeight. You could make a custom function in VBA to return row height using the Range.Row height property. I cannot think of a way to get at row height using only built in functions.