AODL.Document.Content.Tables.RowHeader.RowCollection_Inserted C# (CSharp) Méthode

RowCollection_Inserted() private méthode

Rows the collection_ inserted.
private RowCollection_Inserted ( int index, object value ) : void
index int The index.
value object The value.
Résultat void
		private void RowCollection_Inserted(int index, object value)
		{
			this.Node.AppendChild(((Row)value).Node);
		}