ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Preview Namespace / RenderTable Class / RenderTable Constructor / RenderTable Constructor(Int32,Int32)
The count assigned to TableVectorCollection.Count on the Rows collection.
The count assigned to TableVectorCollection.Count on the Cols collection.

In This Topic
    RenderTable Constructor(Int32,Int32)
    In This Topic
    Initializes a new instance of the RenderTable class, assigning the row and column counts (see TableVectorCollection.Count).
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal rowCount As System.Integer, _
       ByVal colCount As System.Integer _
    )
    public RenderTable( 
       System.int rowCount,
       System.int colCount
    )

    Parameters

    rowCount
    The count assigned to TableVectorCollection.Count on the Rows collection.
    colCount
    The count assigned to TableVectorCollection.Count on the Cols collection.
    See Also