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