Returns or
sets a value indicating whether a specified column is currently visible.
Syntax
object.ColIsVisible(index) [=Boolean]
The ColIsVisible property syntax has these parts:
Part Description
object Anobject expression that evaluates to an object in the Applies To list.
index ALong value that specifies the column.
Boolean ABoolean expression that specifies whether the specified column is visible.
Settings
The settings for Boolean are:
Setting Description
True Default. The specified column is visible.
False The specified column is not visible.
Partager