AODL.Document.Content.Tables.RowHeader.RowCollection_Removed C# (CSharp) Метод

RowCollection_Removed() приватный Метод

Rows the collection_ removed.
private RowCollection_Removed ( int index, object value ) : void
index int The index.
value object The value.
Результат void
		private void RowCollection_Removed(int index, object value)
		{
			this.Node.RemoveChild(((Row)value).Node);
		}