AODL.Document.Content.Tables.Row.CellSpanCollection_Inserted C# (CSharp) Method

CellSpanCollection_Inserted() private method

Cells the span collection_ inserted.
private CellSpanCollection_Inserted ( int index, object value ) : void
index int The index.
value object The value.
return void
		private void CellSpanCollection_Inserted(int index, object value)
		{
			this.Node.AppendChild(((CellSpan)value).Node);
		}