ComponentOne List 8.0 for ActiveX
Visible Property

 

Visible Property

This property returns a Boolean indicating whether a column in a control or split is currently visible or capable of being scrolled into view.

Syntax

column.Visible= boolean

Remarks

Read/Write at run time and design time.

Property applies to Column object.

If True, then the column has not been hidden in code or by the user.

If False, then the column is hidden and cannot be scrolled into view.

For columns created at design time, the default value of this property is True. For columns created in code at run time, the default value of this property is False.

Note: If a column has been scrolled out of view, its Visible property remains True.

See Also

Column Object, Columns Collection

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback