VisibleRecords Property

       

Returns or sets the bookmark of the record to be displayed at the specified row index.

Syntax

object.VisibleRecords(rowindex) [=bookmark]

The VisibleRecords property syntax has these parts:

Part Description
object An object expression that evaluates to an object in the Applies To list.
rowindex Required. A Long value that specifies which row to display a record in.
bookmark Optional. Sets the bookmark of the record to display in the rowindex row.

Return Type

Variant

Remarks

The rowindex value cannot evaluate to a position beyond the EOF or BOF of the recordset.

The rowindex value must be between 1 (the top row) and the value of the VisibleRows property.