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

CellCollection_Removed() private method

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