public int CellIndex(HeapCell aCell)
        {
            int index = -1;

            Cells.CellByExactAddress(aCell.Address, out index);
            return(index);
        }