Adds a new
Node row to the row collection at a specified position.
'宣言
Public Overloads Function InsertNode( _
ByVal As System.Integer, _
ByVal As System.Integer _
) As Node
public Node InsertNode(
System.int ,
System.int
)
パラメータ
- index
- The position where the new node row will be inserted.
- level
- Outline level for the new node row.
戻り値の型
A reference to the
Node that was added to the collection.