Returns a Boolean value that indicates whether a specified column is currently visible.
object.CollsVisible( index )
The CollsVisible property syntax has these parts:
Part | Description |
---|---|
object | An object expression that evaluates to an object. |
index | Long. The number of the column. The value must be in the range of 0 to Cols property –1. |
The return values for the CollsVisible property are:
Setting | Description |
---|---|
True | The specified column is currently visible. |
False | The specified column is not currently visible. |