VSFlexGrid Control > VSFlexGrid Properties, Events, and Methods > VSFlexGrid Properties > RowIsVisible Property |
Returns whether a given row is currently within view.
val% = [form!]VSFlexGrid.RowIsVisible(Row As Long)
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.
Boolean