AODL.Document.Content.Tables.RowHeader.RowCollection_Inserted C# (CSharp) Метод

RowCollection_Inserted() приватный Метод

Rows the collection_ inserted.
private RowCollection_Inserted ( int index, object value ) : void
index int The index.
value object The value.
Результат void
		private void RowCollection_Inserted(int index, object value)
		{
			this.Node.AppendChild(((Row)value).Node);
		}