ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Preview Namespace / RenderTableFragment Class / ColCount Property

In This Topic
    ColCount Property
    In This Topic
    Gets the number of columns in the current table fragment (i.e. on the current page or page column).
    Syntax
    'Declaration
     
    Public ReadOnly Property ColCount As System.Integer
    public System.int ColCount {get;}
    See Also