Visual Basic: MSFlexGrid/MSHFlexGrid Controls

RowIsVisible Property

SeeAlso    Example    Applies To

Returns a value that specifies whether a specified row is visible.

Syntax

object.RowIsVisible(index) [=Boolean]

The RowIsVisible property****syntax has these parts:

Part Description
object An object expression that evaluates to an object in the Applies To list.
index A Long value that specifies the column.
Boolean A Boolean expression that determines whether a specified row is currently visible.

Settings

The settings for Boolean are:

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

Remarks

A row is not visible when it's outside the client area of the control's window.  In other words, when it's scrolled out of view.