RowIsVisible

This property returns a Boolean value that indicates whether a specified row is currently visible.

Syntax

object.RowIsVisible(index) [= Boolean]

Parameters

object
Object expression that evaluates to a Grid control.
index
Long. The number of the row. The value must be in the range of 0 to Rows property –1.
Boolean
Boolean expression that specifies whether a row is visible. Following are the settings for RowIsVisible:
True
Specified row currently is visible
False
Specified row currently is not visible.

Remarks

The RowIsVisible property is read-only.