AODL.Document.Content.Tables.Row.CellSpanCollection_Removed C# (CSharp) 메소드

CellSpanCollection_Removed() 개인적인 메소드

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