ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 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 System.Boolean
    public System.bool IsVisible()

    Return Value

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