NRtfTree Library 0.3
Insert Method (index, node)
NamespacesNet.Sgoliver.NRtfTree.CoreRtfNodeCollectionInsert(Int32, RtfTreeNode)
NRtfTree Library 0.3 (0.3.3503)
Inserta un nuveo nodo en una posición determinada de la colección.
Declaration Syntax
C#Visual BasicVisual C++
public void Insert(
	int index,
	RtfTreeNode node
)
Public Sub Insert ( _
	index As Integer, _
	node As RtfTreeNode _
)
public:
void Insert(
	int index, 
	RtfTreeNode^ node
)
Parameters
index (Int32)
Posición en la que insertar el nodo.
node (RtfTreeNode)
Nuevo nodo a insertar.

Assembly: NRtfTree (Módulo: NRtfTree) Versión: 0.3.3503.32544