RowName Property
Description
Gets the row name of the specified row. Row numbers are zero-based.
Property type
Read-only property
Syntax
Visual Basic
Public Property RowName( _
   ByVal Row As Long _
) As String
Parameters
Row
The row number (zero-based).
See Also