Appends a new
Node row to the row collection.
'宣言
Public Function AddNode( _
ByVal As System.Integer _
) As Node
public Node AddNode(
System.int
)
パラメータ
- level
- Outline level for the new node row.
戻り値の型
A reference to the
Node that was added to the collection.