AODL.Document.Content.Tables.RowHeader.RowCollection_Inserted C# (CSharp) Method

RowCollection_Inserted() private method

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