Gets the number of rows of cells that are viewable in the control window.
Read-only property
| Visual Basic |
|---|
Public Property VisibleRowCount As Long |
A long value which represents the number of rows of cells which are viewable in the control window.
The VisibleRowCount property provides a count of the number of cell rows which are visible in the control window. If the ScrollDirection property is set to Vertical, this might include one partially displayed row. If the ScrollDirection property is set to Horizontal, this property will contain the number of fully visible rows, since partially visible rows are only displayed when scrolling vertically.