ComponentOne FlexGrid for WinForms
IsVisible Property

C1.Win.C1FlexGrid Namespace > RowCol Class : IsVisible Property
Gets whether this row is currently visible to the user.
Syntax
'Declaration
 
Public ReadOnly Property IsVisible As Boolean
public bool IsVisible {get;}
Remarks

This property returns true if the Visible property is set to true and the row is collapsed (IsCollapsed property returns false).

See Also

Reference

RowCol Class
RowCol Members