AODL.Document.Content.Tables.RowHeader.RowCollection_Removed C# (CSharp) Method

RowCollection_Removed() private method

Rows the collection_ removed.
private RowCollection_Removed ( int index, object value ) : void
index int The index.
value object The value.
return void
		private void RowCollection_Removed(int index, object value)
		{
			this.Node.RemoveChild(((Row)value).Node);
		}