Share via


RowIsVisible Property (ModHFGrid)

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

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 the ModHFGrid Control object.
index A Long value that specifies the column.
Boolean A Boolean expression that determines whether a specified row is visible currently.

Settings

The settings for Boolean are:

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

Remarks

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

See Also

ModHFGrid Control