IsFirst Property

Microsoft Word Visual Basic

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