RowHeight

Returns the row height of a cell.

Usage

@RowHeight([<Address>])

Argument Name Description
Cell Optional (defaults to the selected cell); The address of the cell.


Examples

@RowHeight

function example

A B C D
1 January February March
2 1000.0
3 1001.0
4 1002.0
Procedure  
  Method Overload ErrorHandlingMode  
    Argument Value Comment
OnAfterBuild  
  SetEntry Text    
    Address Data.Range  
    CellByCell True  
    CellCondition  
    Entry @RowHeight()  
A B C D
1 January February March
2 1000.0 36.0 36.0 36.0
3 1001.0 78.75 78.75 78.75
4 1002.0 55.5 55.5 55.5