Wimark.Controls Class Library  

DataGridViewCell.IsVisible Method

Gets a value indicating whether the cell is visible.

[Visual Basic]
Public Function IsVisible( _
   ByVal fullyVisible As Boolean _
) As Boolean 
[C#]
public bool IsVisible( 
   bool fullyVisible 
);
[C++]
public: bool IsVisible( 
   bool fullyVisible 
);

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows .NET Server family

See Also

DataGridViewCell Class | DataGridViewCell Members | Wimark.Controls Namespace