ColIsVisible

This property returns a Boolean value that indicates whether a specified column is currently visible.

Syntax

object.CollsVisible(index)

Parameters

object
Object expression that evaluates to a Grid control.
index
Long. Number of the column. The value must be in the range of 0 to Cols property –1.

Return Values

The CollsVisible property is read-only.

The following table shows the return values for the CollsVisible property.

Value
Description
True Specified column currently is visible
False Specified column currently is not visible