RowIsVisible

Returns a Boolean value that indicates whether a specified row is currently visible.

Syntax

object.RowIsVisible( index )

The RowIsVisible property syntax has these parts:

Part Description
object An object expression that evaluates to an object.
index Long. The number of the column. The value must be in the range of 0 to Cols property –1.

Return Values

The return values for the RowIsVisible property are:

Setting Description
True The specified row is currently visible.
False The specified row is not currently visible.