PrintDocument for WinForms
Add メソッド (ParagraphObjectCollection)


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > ParagraphObjectCollection クラス : Add メソッド
The ParagraphObject to add.
Adds a ParagraphObject to the current paragraph content.
シンタックス
'宣言
 
Public Function Add( _
   ByVal po As ParagraphObject _
) As System.Integer
'使用法
 
Dim instance As ParagraphObjectCollection
Dim po As ParagraphObject
Dim value As System.Integer
 
value = instance.Add(po)
public System.int Add( 
   ParagraphObject po
)

パラメータ

po
The ParagraphObject to add.

戻り値の型

The index of the added object in the current collection.
参照

ParagraphObjectCollection クラス
ParagraphObjectCollection メンバ