public TableCellCollectionEnumerator(TableCellCollection col) { _current = -1; _count = col.Count; _copyObject = col.CopyObject; }