Gets a value that indicates whether this column is currently visible.
Syntax
'Declaration
Public ReadOnly Property ActualVisible As Boolean
'Usage
Dim instance As Column
Dim value As Boolean
value = instance.ActualVisible
public bool ActualVisible {get;}
Property Value
true
if this column is actually visible; otherwise,
false
. The default value is
true
.
See Also