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 As Integer, _
ByVal As Integer _
)
public RenderTable(
int ,
int
)
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