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 Visible).

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public bool IsVisible()
Visual Basic
Public Function IsVisible As Boolean

Return Value

true if the current cell is visible, false otherwise.

See Also