'Declaration Public ReadOnly Property ActualVisible As System.Boolean
'Usage Dim instance As Column Dim value As System.Boolean value = instance.ActualVisible
public System.bool ActualVisible {get;}
Property Value
true
if this column is actually visible; otherwise, false
. The default value is true
.