AODL.Document.SpreadsheetDocuments.SpreadsheetDocument.TableCollection_Removed C# (CSharp) Метод

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

Tables the collection_ removed.
private TableCollection_Removed ( int index, object value ) : void
index int The index.
value object The value.
Результат void
		private void TableCollection_Removed(int index, object value)
		{
			this._tableCount--;
			if (this.Content.Contains(value as IContent))
				this.Content.Remove(value as IContent);
		}