Reports for WinForms | ComponentOne
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 Integer, _
       ByVal colCount As Integer _
    )
    public RenderTable( 
       int rowCount,
       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