Formula Engine Reference Guide
 

 

Back to Class Index

 

ROW(C)

Description
Returns the row index of the cell referenced by C, or the top row if C is a range. If C is omitted, the index of the current row will be returned.
 
Parameters
C

A cell or range (optional)
 
Examples
ROW(G42) = 42
 
ROW(T10..V25) = 10
 
ROW = 3
where ROW is in cell B3.