IsVisible Method (TableCell)
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