Row Property

 

The Row property returns the first row in the range. Returns a long. This is a read-only property.

 

Syntax

object.Row

 

Remarks

See Specifying Cell Coordinates for more information on selecting cells.

 

Example

This example demonstrates how to return the first row of a range.

 

Debug.Print WksRange.Row

 

Used by: WksRange object