Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
As it applies to the Cell, Hyperlink, and Layer objects.
Returns the row index of a cell, hyperlink, or layer.
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, or Layer object.
Version added
4.0
As it applies to the Section object.
Returns the row in a section specified by row index number.
objRet = object**.Row**(Index)
objRet Row. The row that has the specified index.
object Required. An expression that returns a Section object.
Index Required Integer. Specifies the index number of the row to be returned.
Version added
4.0
Remarks
Row is the default property of the Section object.
Applies to | Cell object | Hyperlink object | Layer object | Section object
See Also | Cell object | CellsSRC property | Column property | Layer object | Section property