PrintDocument for WinForms
RenderTable コンストラクタ(Int32,Int32)


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > RenderTable クラス > RenderTable コンストラクタ : RenderTable コンストラクタ(Int32,Int32)
The count assigned to TableVectorCollection.Count on the RenderTable.Rows collection.
The count assigned to TableVectorCollection.Count on the RenderTable.Cols collection.
Initializes a new instance of the RenderTable class, assigning the row and column counts (see TableVectorCollection.Count).
シンタックス
'宣言
 
Public Function New( _
   ByVal rowCount As System.Integer, _
   ByVal colCount As System.Integer _
)
'使用法
 
Dim rowCount As System.Integer
Dim colCount As System.Integer
 
Dim instance As New RenderTable(rowCount, colCount)
public RenderTable( 
   System.int rowCount,
   System.int colCount
)

パラメータ

rowCount
The count assigned to TableVectorCollection.Count on the RenderTable.Rows collection.
colCount
The count assigned to TableVectorCollection.Count on the RenderTable.Cols collection.
参照

RenderTable クラス
RenderTable メンバ
オーバーロード一覧