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);
		}