'Declaration Public ReadOnly Property IsVisible As Boolean
'Declaration
Public ReadOnly Property IsVisible As Boolean
public bool IsVisible {get;}
This property returns true if the RowCol.Visible property is set to true and the row is collapsed (RowCol.IsCollapsed property returns false).
Column Class Column Members