IsFirst Property

Applies To

Column object, Row object.

Description

True if the specified column or row is the first one in the table. Read-only Boolean.

See Also

ColumnIndex property, First property, IsLast property, RowIndex property.

Example

This example determines whether the first row in the selection is the first row in the table.

MsgBox Selection.Rows(1).IsFirst