Get the height of a row or range of rows.

Call:

excel_request("get_row_height", string srowdiapazon, double height);


Here: srowdiapazon is a string value that specifies the range of rows to set the height to. For example "1:1" - the first line, "2:4" - lines from the second to the fourth.

in height - the height of the line will be written.