PrintDocument for WinForms
Add(OutlineNode) メソッド


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

パラメータ

node
The node to add.

戻り値の型

The index of the newly added node in the current collection.
参照

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