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

CellSpanCollection_Removed() private method

Cells the span collection_ removed.
private CellSpanCollection_Removed ( int index, object value ) : void
index int The index.
value object The value.
return void
		private void CellSpanCollection_Removed(int index, object value)
		{
			this.Node.RemoveChild(((CellSpan)value).Node);
		}