IsFirst Property
True if the specified column or row is the first one in the table. Read-only Boolean.
expression.IsFirst
expression Required. An expression that returns one of the objects in the Applies To list.
Example
This example determines whether the first row in the selection is the first row in the table.
MsgBox Selection.Rows(1).IsFirst