ColumnVisible
This property sets or returns the visible flag of a column. This method affects the visibility of the column in Verifier.
Syntax
ColumnVisible (Column as Variant) as Boolean
Parameter | Description |
---|---|
Column | Zero-based index or name of the column. |
Sample Code
theTableSettings.ColumnVisible(2) = True 'Set the Column visible to True to show, False to hide.