Initializes a new instance of the
RenderTable class, assigning the row and column counts (see
TableVectorCollection.Count).
シンタックス
'宣言
Public Function New( _
ByVal As System.Integer, _
ByVal As System.Integer _
)
'使用法
Dim rowCount As System.Integer
Dim colCount As System.Integer
Dim instance As New RenderTable(rowCount, colCount)
public RenderTable(
System.int ,
System.int
)
パラメータ
- rowCount
- The count assigned to TableVectorCollection.Count on the RenderTable.Rows collection.
- colCount
- The count assigned to TableVectorCollection.Count on the RenderTable.Cols collection.
参照