C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / TableCell Class / IsVisible Method

In This Topic
IsVisible Method
In This Topic
Determines whether the current cell is visible in the containing table. A cell is visible if it spans at least one visible row and column (see TableVector.Visible).
Syntax
'Declaration
 
Public Function IsVisible() As Boolean
 

Return Value

true if the current cell is visible, false otherwise.
See Also