Word for WPF
RtfTable コンストラクタ

C1.WPF.Word.4.5.2 アセンブリ > C1.WPF.Word.Objects 名前空間 > RtfTable クラス : RtfTable コンストラクタ
この RTF テーブルの行数。
この RTF テーブルの列数。
行数と列数を指定した Word/RTF テーブルのコンストラクタ。
シンタックス
'宣言
 
Public Function New( _
   ByVal rows As System.Integer, _
   ByVal cols As System.Integer _
)
public RtfTable( 
   System.int rows,
   System.int cols
)

パラメータ

rows
この RTF テーブルの行数。
cols
この RTF テーブルの列数。
参照

RtfTable クラス
RtfTable メンバ