RowIsVisible Property

Returns whether a given row is currently within view.

Syntax

val% = [form!]VSFlexGrid.RowIsVisible(Row As Long)

Remarks

The ColIsVisible and RowIsVisible properties are used to determine whether the specified column or row is within the visible area of the control or whether it has been scrolled off the visible part of the control.

If a row has zero height or is hidden but is within the scrollable area, RowIsVisible will return True.

To ensure a given row is visible, use the ShowCell method.

Data Type

Boolean

See Also

VSFlexGrid Control