Row property
Example
Returns the row index of a cell or layer.
Version added
4.0
Syntax
intRet = object.Row
|
intRet
|
Integer. The index of the row that defines the cell or layer.
|
object
|
Required. An expression that returns a Cell, Hyperlink, Layer, or Section object.
|